Searched refs:fdatasync (Results 1 – 8 of 8) sorted by relevance
62 #define fdatasync fsync macro142 result = fdatasync(fd); in FileDispatcherImpl_force0()
167 @Override public void fdatasync(FileDescriptor fd) throws ErrnoException { in fdatasync() method in BlockGuardOs169 super.fdatasync(fd); in fdatasync()
105 public void fdatasync(FileDescriptor fd) throws ErrnoException { os.fdatasync(fd); } in fdatasync() method in ForwardingOs
80 public void fdatasync(FileDescriptor fd) throws ErrnoException; in fdatasync() method
80 public native void fdatasync(FileDescriptor fd) throws ErrnoException; in fdatasync() method in Linux
306 Os.fdatasync(fd); in maybeSync()
165 …public static void fdatasync(FileDescriptor fd) throws ErrnoException { Libcore.os.fdatasync(fd); } in fdatasync() method in Os
1272 throwIfMinusOne(env, "fdatasync", TEMP_FAILURE_RETRY(fdatasync(fd))); in Linux_fdatasync()2611 NATIVE_METHOD(Linux, fdatasync, "(Ljava/io/FileDescriptor;)V"),