Searched defs:mincore (Results 1 - 4 of 4) sorted by relevance

/libcore/luni/src/main/java/android/system/
H A DOs.java316 * See <a href="http://man7.org/linux/man-pages/man2/mincore.2.html">mincore(2)</a>.
318 public static void mincore(long address, long byteCount, byte[] vector) throws ErrnoException { Libcore.os.mincore(address, byteCount, vector); } method in class:Os
/libcore/luni/src/main/java/libcore/io/
H A DForwardingOs.java129 public void mincore(long address, long byteCount, byte[] vector) throws ErrnoException { os.mincore(address, byteCount, vector); } method in class:ForwardingOs
H A DLinux.java120 public native void mincore(long address, long byteCount, byte[] vector) throws ErrnoException; method in class:Linux
H A DOs.java115 public void mincore(long address, long byteCount, byte[] vector) throws ErrnoException; method in interface:Os

Completed in 41 milliseconds