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