Searched defs:fdatasync (Results 1 – 6 of 6) sorted by relevance
62 #define fdatasync fsync macro
187 @Override public void fdatasync(FileDescriptor fd) throws ErrnoException { in fdatasync() method in BlockGuardOs
196 public void fdatasync(FileDescriptor fd) throws ErrnoException; in fdatasync() method
256 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
187 …public static void fdatasync(FileDescriptor fd) throws ErrnoException { Libcore.os.fdatasync(fd); } in fdatasync() method in Os