Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/io/
DForwardingOs.java85 …public void msync(long address, long byteCount, int flags) throws ErrnoException { os.msync(addres… in msync() method in ForwardingOs
DOs.java77 public void msync(long address, long byteCount, int flags) throws ErrnoException; in msync() method
DPosix.java79 public native void msync(long address, long byteCount, int flags) throws ErrnoException; in msync() method in Posix