Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/android/system/
DOs.java370 …public static void mincore(long address, long byteCount, byte[] vector) throws ErrnoException { Li… in mincore() method in Os
/libcore/luni/src/main/java/libcore/io/
DOs.java128 public void mincore(long address, long byteCount, byte[] vector) throws ErrnoException; in mincore() method
DForwardingOs.java155 …public void mincore(long address, long byteCount, byte[] vector) throws ErrnoException { os.mincor… in mincore() method in ForwardingOs
DLinux.java126 public native void mincore(long address, long byteCount, byte[] vector) throws ErrnoException; in mincore() method in Linux