Searched defs:msync (Results 1 - 5 of 5) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
H A DBlockGuardOs.java372 @Override public void msync(long address, long byteCount, int flags) throws ErrnoException { method in class:BlockGuardOs
376 os.msync(address, byteCount, flags);
H A DForwardingOs.java134 public void msync(long address, long byteCount, int flags) throws ErrnoException { os.msync(address, byteCount, flags); } method in class:ForwardingOs
H A DLinux.java125 public native void msync(long address, long byteCount, int flags) throws ErrnoException; method in class:Linux
H A DOs.java120 public void msync(long address, long byteCount, int flags) throws ErrnoException; method in interface:Os
/libcore/luni/src/main/java/android/system/
H A DOs.java341 * See <a href="http://man7.org/linux/man-pages/man2/msync.2.html">msync(2)</a>.
343 public static void msync(long address, long byteCount, int flags) throws ErrnoException { Libcore.os.msync(address, byteCount, flags); } method in class:Os

Completed in 61 milliseconds