Searched defs:fdatasync (Results 1 – 6 of 6) sorted by relevance
62 #define fdatasync fsync macro
186 @Override public void fdatasync(FileDescriptor fd) throws ErrnoException { in fdatasync() method in BlockGuardOs
197 public void fdatasync(FileDescriptor fd) throws ErrnoException; in fdatasync() method
259 public void fdatasync(FileDescriptor fd) throws ErrnoException { os.fdatasync(fd); } in fdatasync() method in ForwardingOs
81 public native void fdatasync(FileDescriptor fd) throws ErrnoException; in fdatasync() method in Linux
189 …public static void fdatasync(FileDescriptor fd) throws ErrnoException { Libcore.os.fdatasync(fd); } in fdatasync() method in Os