Searched refs:fsync (Results 1 – 7 of 7) sorted by relevance
62 #define fdatasync fsync157 result = fsync(fd); in FileDispatcherImpl_force0()
182 @Override public void fsync(FileDescriptor fd) throws ErrnoException { in fsync() method in BlockGuardOs184 super.fsync(fd); in fsync()
110 public void fsync(FileDescriptor fd) throws ErrnoException { os.fsync(fd); } in fsync() method in ForwardingOs
85 public void fsync(FileDescriptor fd) throws ErrnoException; in fsync() method
85 public native void fsync(FileDescriptor fd) throws ErrnoException; in fsync() method in Linux
183 public static void fsync(FileDescriptor fd) throws ErrnoException { Libcore.os.fsync(fd); } in fsync() method in Os
1310 throwIfMinusOne(env, "fsync", TEMP_FAILURE_RETRY(fsync(fd))); in Linux_fsync()2612 NATIVE_METHOD(Linux, fsync, "(Ljava/io/FileDescriptor;)V"),