Searched refs:msync (Results 1 – 9 of 9) sorted by relevance
/libcore/ojluni/src/main/native/ |
D | MappedByteBuffer.c | 102 int result = msync(a, (size_t)len, MS_SYNC); in Java_java_nio_MappedByteBuffer_force0()
|
/libcore/luni/src/main/java/libcore/io/ |
D | BlockGuardOs.java | 476 @Override public void msync(long address, long byteCount, int flags) throws ErrnoException { in msync() method in BlockGuardOs 480 super.msync(address, byteCount, flags); in msync()
|
D | ForwardingOs.java | 517 …public void msync(long address, long byteCount, int flags) throws ErrnoException { os.msync(addres… in msync() method in ForwardingOs
|
D | Os.java | 454 public void msync(long address, long byteCount, int flags) throws ErrnoException; in msync() method
|
D | Linux.java | 170 public native void msync(long address, long byteCount, int flags) throws ErrnoException; in msync() method in Linux
|
/libcore/luni/src/main/java/android/system/ |
D | Os.java | 485 …public static void msync(long address, long byteCount, int flags) throws ErrnoException { Libcore.… in msync() method in Os
|
/libcore/luni/src/main/native/ |
D | libcore_io_Linux.cpp | 1955 throwIfMinusOne(env, "msync", TEMP_FAILURE_RETRY(msync(ptr, byteCount, flags))); in Linux_msync() 2833 NATIVE_METHOD(Linux, msync, "(JJI)V"),
|
/libcore/luni/src/test/java/libcore/android/system/ |
D | OsTest.java | 2298 Os.msync(address, size, MS_SYNC);
|
/libcore/api/ |
D | current.txt | 158 method public static void msync(long, long, int) throws android.system.ErrnoException;
|