Home
last modified time | relevance | path

Searched refs:fsync (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/os/
DFileBridge.java114 Os.fsync(mTarget); in run()
119 Os.fsync(mTarget); in run()
159 public void fsync() throws IOException { in fsync() method in FileBridge.FileBridgeOutputStream
/frameworks/base/core/java/android/content/pm/
DPackageInstaller.java744 public void fsync(@NonNull OutputStream out) throws IOException { in fsync() method in PackageInstaller.Session
746 ((FileBridge.FileBridgeOutputStream) out).fsync(); in fsync()
/frameworks/native/cmds/rawbu/
Dbackup.cpp403 if (fsync(fileno(fh)) != 0) { in backup_data()
/frameworks/base/cmds/pm/src/com/android/commands/pm/
DPm.java1095 session.fsync(out); in runInstallWrite()
/frameworks/base/api/
Dsystem-current.txt8883 method public void fsync(java.io.OutputStream) throws java.io.IOException;
29273 method public static void fsync(java.io.FileDescriptor) throws android.system.ErrnoException;
Dcurrent.txt8612 method public void fsync(java.io.OutputStream) throws java.io.IOException;
27562 method public static void fsync(java.io.FileDescriptor) throws android.system.ErrnoException;