Home
last modified time | relevance | path

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

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
Dfuse.h143 int (*fsync)(const char* path, int datasync, struct fuse_file_info*); member
Dkernel_wrap_newlib.cc149 int WRAP(fsync)(int fd) { in WRAP() argument
Dkernel_wrap_bionic.cc189 int WRAP(fsync)(int fd) NOTHROW { in WRAP() argument
Dkernel_wrap_glibc.cc385 int WRAP(fsync)(int fd) { in WRAP() argument
Dkernel_proxy.cc623 int KernelProxy::fsync(int fd) { in fsync() function in nacl_io::KernelProxy
/external/qemu/include/
Dqemu-common.h97 #define fsync _commit macro
/external/fio/os/windows/
Dposix.c531 int fsync(int fildes) in fsync() function
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
Dkernel_wrap_test.cc316 TEST_F(KernelWrapTest, fsync) { in TEST_F() argument
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
Dprio.h388 PRFsyncFN fsync; /* flush all buffers to permanent store */ member