Searched defs:fsync (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dfuse.h142 // 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
H A Dkernel_proxy.cc623 int KernelProxy::fsync(int fd) { function in class:nacl_io::KernelProxy
/external/bison/darwin-lib/
H A Dunistd.h863 <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");
/external/bison/linux-lib/
H A Dunistd.h863 <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");
/external/qemu/include/
H A Dqemu-common.h97 #define fsync _commit macro
/external/fio/os/windows/
H A Dposix.c531 int fsync(int fildes) function
683 return fsync(fildes);
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dprio.h388 PRFsyncFN fsync; /* flush all buffers to permanent store */ member in struct:PRIOMethods
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 188 milliseconds