Searched refs:msync (Results 1 – 7 of 7) sorted by relevance
/libcore/ojluni/src/main/native/ |
D | MappedByteBuffer.c | 100 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 | 446 @Override public void msync(long address, long byteCount, int flags) throws ErrnoException { in msync() method in BlockGuardOs 450 super.msync(address, byteCount, flags); in msync()
|
D | ForwardingOs.java | 161 …public void msync(long address, long byteCount, int flags) throws ErrnoException { os.msync(addres… in msync() method in ForwardingOs
|
D | Os.java | 133 public void msync(long address, long byteCount, int flags) throws ErrnoException; in msync() method
|
D | Linux.java | 130 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 | 397 …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 | 1913 throwIfMinusOne(env, "msync", TEMP_FAILURE_RETRY(msync(ptr, byteCount, flags))); in Linux_msync() 2661 NATIVE_METHOD(Linux, msync, "(JJI)V"),
|