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

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
H A Dfsync.c12 int fsync(int fd) { function
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dfuse.h100 // Called by fsync(). The datasync paramater is not currently supported.
101 int (*fsync)(const char* path, int datasync, struct fuse_file_info*); member in struct:fuse_operations
H A Dkernel_wrap_newlib.cc67 OP(dev_fdio, fsync); \
143 int WRAP(fsync)(int fd) { function
H A Dkernel_proxy.cc539 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/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
H A DSQLiteDatabase.cpp139 void SQLiteDatabase::setFullsync(bool fsync) argument
141 if (fsync)
/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 107 milliseconds