Home
last modified time | relevance | path

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

/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
DOs.java133 public void msync(long address, long byteCount, int flags) throws ErrnoException; in msync() method
DForwardingOs.java161 …public void msync(long address, long byteCount, int flags) throws ErrnoException { os.msync(addres… in msync() method in ForwardingOs
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