fsync 58 base/files/file_posix.cc return HANDLE_EINTR(fsync(file)); fsync 58 base/platform_file_posix.cc return HANDLE_EINTR(fsync(file)); fsync 102 native_client_sdk/src/libraries/nacl_io/fuse.h int (*fsync)(const char* path, int datasync, struct fuse_file_info*); fsync 283 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc if (!fuse_ops_->fsync) fsync 287 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc int result = fuse_ops_->fsync(path_.c_str(), datasync, &info_); fsync 232 native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc return s_state.kp->fsync(fd); fsync 115 native_client_sdk/src/libraries/nacl_io/kernel_proxy.h virtual int fsync(int fd); fsync 63 native_client_sdk/src/libraries/nacl_io/kernel_wrap.h int fsync(int fd); fsync 131 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc OP(fsync); \ fsync 196 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc int WRAP(fsync)(int fd) NOTHROW { fsync 389 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc CHECK_REAL(fsync); fsync 390 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc return REAL(fsync)(fd); fsync 69 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc OP(dev_fdio, fsync); \ fsync 150 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc int WRAP(fsync)(int fd) { fsync 248 native_client_sdk/src/tests/nacl_io_test/kernel_wrap_test.cc TEST_F(KernelWrapTest, fsync) { fsync 249 native_client_sdk/src/tests/nacl_io_test/kernel_wrap_test.cc EXPECT_CALL(mock, fsync(kDummyInt)).WillOnce(Return(-1)); fsync 250 native_client_sdk/src/tests/nacl_io_test/kernel_wrap_test.cc EXPECT_EQ(-1, fsync(kDummyInt)); fsync 34 native_client_sdk/src/tests/nacl_io_test/mock_kernel_proxy.h MOCK_METHOD1(fsync, int(int)); fsync 171 net/base/file_stream_context_posix.cc ssize_t res = HANDLE_EINTR(fsync(file_.GetPlatformFile())); fsync 2830 net/third_party/nss/ssl/sslsock.c new_methods->fsync = my_methods->fsync; fsync 49 third_party/leveldatabase/env_chromium_stdio.cc return HANDLE_EINTR(fsync(fildes)); fsync 175 third_party/leveldatabase/env_chromium_stdio.cc if (HANDLE_EINTR(fsync(parent_fd)) != 0) { fsync 388 third_party/npapi/npspy/extern/nspr/prio.h PRFsyncFN fsync; /* flush all buffers to permanent store */ fsync 27267 third_party/sqlite/amalgamation/sqlite3.c # define fdatasync fsync fsync 27352 third_party/sqlite/amalgamation/sqlite3.c if( rc ) rc = fsync(fd); fsync 27358 third_party/sqlite/amalgamation/sqlite3.c rc = fsync(fd); fsync 27363 third_party/sqlite/amalgamation/sqlite3.c rc = fsync(fd); fsync 29321 third_party/sqlite/amalgamation/sqlite3.c if( fsync(fd)==-1 ) fsync 29323 third_party/sqlite/amalgamation/sqlite3.c if( fsync(fd) ) fsync 30282 third_party/sqlite/amalgamation/sqlite3.c fsync(conchFile->h); fsync 3126 third_party/sqlite/src/src/os_unix.c # define fdatasync fsync fsync 3211 third_party/sqlite/src/src/os_unix.c if( rc ) rc = fsync(fd); fsync 3217 third_party/sqlite/src/src/os_unix.c rc = fsync(fd); fsync 3222 third_party/sqlite/src/src/os_unix.c rc = fsync(fd); fsync 5180 third_party/sqlite/src/src/os_unix.c if( fsync(fd)==-1 ) fsync 5182 third_party/sqlite/src/src/os_unix.c if( fsync(fd) ) fsync 6141 third_party/sqlite/src/src/os_unix.c fsync(conchFile->h); fsync 324 third_party/sqlite/src/src/test_demovfs.c rc = fsync(p->fd); fsync 476 third_party/sqlite/src/src/test_demovfs.c rc = fsync(dfd);