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

  /bionic/libc/arch-arm/syscalls/
fsync.S 5 ENTRY(fsync) function
14 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
21 END(fsync)
  /bionic/libc/arch-x86_64/syscalls/
fsync.S 5 ENTRY(fsync) function
15 END(fsync)
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
fuse.h 142 // Called by fsync(). The datasync paramater is not currently supported.
143 int (*fsync)(const char* path, int datasync, struct fuse_file_info*); member in struct:fuse_operations
kernel_proxy.cc 623 int KernelProxy::fsync(int fd) { function in class:nacl_io::KernelProxy
631 error = handle->node()->FSync();
    [all...]
  /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...]
  /external/fio/os/windows/
posix.c 531 int fsync(int fildes) function
683 return fsync(fildes);
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prio.h 388 PRFsyncFN fsync; /* flush all buffers to permanent store */ member in struct:PRIOMethods
    [all...]

Completed in 6525 milliseconds