Searched refs:mincore (Results 1 – 7 of 7) sorted by relevance
/libcore/ojluni/src/main/native/ |
D | MappedByteBuffer.c | 65 result = mincore(a, (size_t)len, vec); in Java_java_nio_MappedByteBuffer_isLoaded0()
|
/libcore/luni/src/main/java/libcore/io/ |
D | ForwardingOs.java | 485 …public void mincore(long address, long byteCount, byte[] vector) throws ErrnoException { os.mincor… in mincore() method in ForwardingOs
|
D | Os.java | 423 public void mincore(long address, long byteCount, byte[] vector) throws ErrnoException; in mincore() method
|
D | Linux.java | 126 public native void mincore(long address, long byteCount, byte[] vector) throws ErrnoException; in mincore() method in Linux
|
/libcore/luni/src/main/java/android/system/ |
D | Os.java | 454 …public static void mincore(long address, long byteCount, byte[] vector) throws ErrnoException { Li… in mincore() method in Os
|
/libcore/luni/src/main/native/ |
D | libcore_io_Linux.cpp | 1928 throwIfMinusOne(env, "mincore", TEMP_FAILURE_RETRY(mincore(ptr, byteCount, vec))); in Linux_mincore() 2837 NATIVE_METHOD(Linux, mincore, "(JJ[B)V"),
|
/libcore/api/ |
D | current.txt | 85 method public static void mincore(long, long, byte[]) throws android.system.ErrnoException;
|