HomeSort by relevance Sort by last modified time
    Searched defs:fsync (Results 1 - 25 of 31) sorted by null

1 2

  /bionic/libc/arch-arm/syscalls/
fsync.S 5 ENTRY(fsync) function
16 END(fsync)
  /bionic/libc/arch-arm64/syscalls/
fsync.S 5 ENTRY(fsync) function
14 END(fsync)
  /bionic/libc/arch-mips/syscalls/
fsync.S 5 ENTRY(fsync) function
19 END(fsync)
  /bionic/libc/arch-mips64/syscalls/
fsync.S 5 ENTRY(fsync) function
25 END(fsync)
  /bionic/libc/arch-x86/syscalls/
fsync.S 5 ENTRY(fsync) function
29 END(fsync)
  /bionic/libc/arch-x86_64/syscalls/
fsync.S 5 ENTRY(fsync) function
15 END(fsync)
  /frameworks/base/core/java/android/os/
FileBridge.java 116 Os.fsync(mTarget);
121 Os.fsync(mTarget);
161 public void fsync() throws IOException { method in class:FileBridge.FileBridgeOutputStream
162 writeCommandAndBlock(CMD_FSYNC, "fsync()");
  /system/core/storaged/include/
storaged_uid_monitor.h 49 uint64_t fsync; // number of fsync syscalls member in struct:uid_io_stats
  /external/ImageMagick/MagickCore/
nt-base.h 124 #if !defined(fsync)
125 # define fsync _commit macro
  /external/bison/darwin-lib/
unistd.h 863 <http://pubs.opengroup.org/onlinepubs/9699919799/functions/fsync.html>. */
865 _GL_FUNCDECL_SYS (fsync, int, (int fd));
867 _GL_CXXALIAS_SYS (fsync, int, (int fd));
868 _GL_CXXALIASWARN (fsync);
870 # undef fsync macro
872 _GL_WARN_ON_USE (fsync, "fsync is unportable - "
873 "use gnulib module fsync for portability");
    [all...]
  /external/bison/linux-lib/
unistd.h 863 <http://pubs.opengroup.org/onlinepubs/9699919799/functions/fsync.html>. */
865 _GL_FUNCDECL_SYS (fsync, int, (int fd));
867 _GL_CXXALIAS_SYS (fsync, int, (int fd));
868 _GL_CXXALIASWARN (fsync);
870 # undef fsync macro
872 _GL_WARN_ON_USE (fsync, "fsync is unportable - "
873 "use gnulib module fsync for portability");
    [all...]
  /libcore/luni/src/main/java/libcore/io/
BlockGuardOs.java 162 @Override public void fsync(FileDescriptor fd) throws ErrnoException { method in class:BlockGuardOs
164 os.fsync(fd);
Linux.java 78 public native void fsync(FileDescriptor fd) throws ErrnoException; method in class:Linux
Os.java 72 public void fsync(FileDescriptor fd) throws ErrnoException; method in interface:Os
ForwardingOs.java 87 public void fsync(FileDescriptor fd) throws ErrnoException { os.fsync(fd); } method in class:ForwardingOs
  /frameworks/base/core/java/android/content/pm/
PackageInstaller.java 741 * {@link #fsync(OutputStream)} as needed to ensure bytes have been
786 public void fsync(@NonNull OutputStream out) throws IOException { method in class:PackageInstaller.Session
790 Os.fsync(((ParcelFileDescriptor.AutoCloseOutputStream) out).getFD());
799 ((FileBridge.FileBridgeOutputStream) out).fsync(); method
    [all...]
  /external/fio/os/windows/
posix.c 531 int fsync(int fildes) function
683 return fsync(fildes);
  /external/skia/src/core/
SkStream.cpp 414 void SkFILEWStream::fsync() function in class:SkFILEWStream
  /libcore/luni/src/main/java/android/system/
Os.java 161 * See <a href="http://man7.org/linux/man-pages/man2/fsync.2.html">fsync(2)</a>.
163 public static void fsync(FileDescriptor fd) throws ErrnoException { Libcore.os.fsync(fd); } method in class:Os
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 455 #define fsync(...) (pthread_testcancel(), fsync(__VA_ARGS__)) macro
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c 132 #define fsync _commit macro
    [all...]
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/21/
android.jar 

Completed in 915 milliseconds

1 2