Searched defs:msync (Results 1 – 5 of 5) sorted by relevance
/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
|
D | Os.java | 133 public void msync(long address, long byteCount, int flags) throws ErrnoException; in msync() method
|
D | ForwardingOs.java | 161 …public void msync(long address, long byteCount, int flags) throws ErrnoException { os.msync(addres… in msync() method in ForwardingOs
|
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
|