Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/io/
DOs.java103 public void mincore(long address, long byteCount, byte[] vector) throws ErrnoException; in mincore() method
DForwardingOs.java111 …public void mincore(long address, long byteCount, byte[] vector) throws ErrnoException { os.mincor… in mincore() method in ForwardingOs
DPosix.java105 public native void mincore(long address, long byteCount, byte[] vector) throws ErrnoException; in mincore() method in Posix
/libcore/luni/src/main/java/android/system/
DOs.java277 …public static void mincore(long address, long byteCount, byte[] vector) throws ErrnoException { Li… in mincore() method in Os