Home
last modified time | relevance | path

Searched refs:msync (Results 1 – 7 of 7) sorted by relevance

/libcore/ojluni/src/main/native/
DMappedByteBuffer.c100 int result = msync(a, (size_t)len, MS_SYNC); in Java_java_nio_MappedByteBuffer_force0()
/libcore/luni/src/main/java/libcore/io/
DBlockGuardOs.java446 @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()
DForwardingOs.java161 …public void msync(long address, long byteCount, int flags) throws ErrnoException { os.msync(addres… in msync() method in ForwardingOs
DOs.java133 public void msync(long address, long byteCount, int flags) throws ErrnoException; in msync() method
DLinux.java130 public native void msync(long address, long byteCount, int flags) throws ErrnoException; in msync() method in Linux
/libcore/luni/src/main/java/android/system/
DOs.java397 …public static void msync(long address, long byteCount, int flags) throws ErrnoException { Libcore.… in msync() method in Os
/libcore/luni/src/main/native/
Dlibcore_io_Linux.cpp1913 throwIfMinusOne(env, "msync", TEMP_FAILURE_RETRY(msync(ptr, byteCount, flags))); in Linux_msync()
2661 NATIVE_METHOD(Linux, msync, "(JJI)V"),