Searched defs:fdatasync (Results 1 – 6 of 6) sorted by relevance
42 static inline int fdatasync(int fd) { return fsync(fd); } in fdatasync() function
126 @Override public void fdatasync(FileDescriptor fd) throws ErrnoException { in fdatasync() method in BlockGuardOs
62 public void fdatasync(FileDescriptor fd) throws ErrnoException; in fdatasync() method
71 public void fdatasync(FileDescriptor fd) throws ErrnoException { os.fdatasync(fd); } in fdatasync() method in ForwardingOs
65 public native void fdatasync(FileDescriptor fd) throws ErrnoException; in fdatasync() method in Posix
119 …public static void fdatasync(FileDescriptor fd) throws ErrnoException { Libcore.os.fdatasync(fd); } in fdatasync() method in Os