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