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

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
H A Dfsync.c8 int fsync(int fd) { function
/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/chromium_org/third_party/WebKit/Source/core/platform/sql/
H A DSQLiteDatabase.cpp142 void SQLiteDatabase::setFullsync(bool fsync) argument
144 if (fsync)
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_proxy.cc445 int KernelProxy::fsync(int fd) { function in class:nacl_io::KernelProxy
/external/qemu/
H A Dqemu-common.h103 #define fsync _commit macro
/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/kernel-headers/original/linux/
H A Dfs.h1624 int (*fsync) (struct file *, loff_t, loff_t, int datasync); member in struct:file_operations
/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 399 milliseconds