Home
last modified time | relevance | path

Searched refs:fdatasync (Results 1 – 25 of 42) sorted by relevance

12

/external/chromium_org/third_party/leveldatabase/src/port/
Dport_posix.h68 #define fdatasync fsync macro
74 #define fdatasync fsync macro
/external/chromium_org/base/test/
Dtest_file_util_linux.cc21 if (fdatasync(fd.get()) != 0) in EvictFileFromSystemCache()
/external/fio/
Dconfigure728 fdatasync="no"
734 return fdatasync(0);
738 fdatasync="yes"
740 echo "fdatasync $fdatasync"
1230 if test "$fdatasync" = "yes" ; then
Dioengines.c538 ret = fdatasync(io_u->file->fd); in do_io_u_sync()
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
Dkernel_wrap_bionic.cc124 OP(fdatasync); \
176 int WRAP(fdatasync)(int fd) NOTHROW { in WRAP() argument
369 CHECK_REAL(fdatasync); in _real_fdatasync()
370 return REAL(fdatasync)(fd); in _real_fdatasync()
Dkernel_wrap_newlib.cc71 OP(dev_fdio, fdatasync); \
153 int WRAP(fdatasync)(int fd) { in WRAP() argument
Dkernel_wrap_glibc.cc175 OP(fdatasync); \
389 int WRAP(fdatasync)(int fd) { in WRAP() argument
Dkernel_proxy.h117 virtual int fdatasync(int fd);
/external/sqlite/dist/
DAndroid.mk35 -Dfdatasync=fdatasync \
/external/bison/lib/
Dunistd.in.h534 _GL_FUNCDECL_SYS (fdatasync, int, (int fd));
536 _GL_CXXALIAS_SYS (fdatasync, int, (int fd));
537 _GL_CXXALIASWARN (fdatasync);
539 # undef fdatasync
541 _GL_WARN_ON_USE (fdatasync, "fdatasync is unportable - "
/external/bison/linux-lib/
Dunistd.h846 _GL_FUNCDECL_SYS (fdatasync, int, (int fd));
848 _GL_CXXALIAS_SYS (fdatasync, int, (int fd));
849 _GL_CXXALIASWARN (fdatasync);
851 # undef fdatasync
853 _GL_WARN_ON_USE (fdatasync, "fdatasync is unportable - "
/external/bison/darwin-lib/
Dunistd.h846 _GL_FUNCDECL_SYS (fdatasync, int, (int fd));
848 _GL_CXXALIAS_SYS (fdatasync, int, (int fd));
849 _GL_CXXALIASWARN (fdatasync);
851 # undef fdatasync
853 _GL_WARN_ON_USE (fdatasync, "fdatasync is unportable - "
/external/fio/os/
Dos-mac.h169 extern int fdatasync(int fd);
Dos-windows.h105 int fdatasync(int fildes);
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
Dmock_kernel_proxy.h32 MOCK_METHOD1(fdatasync, int(int));
Dkernel_wrap_test.cc284 TEST_F(KernelWrapTest, fdatasync) { in TEST_F() argument
285 EXPECT_CALL(mock, fdatasync(kDummyInt)).WillOnce(Return(0)) in TEST_F()
288 EXPECT_EQ(0, fdatasync(kDummyInt)); in TEST_F()
289 EXPECT_EQ(-1, fdatasync(kDummyInt)); in TEST_F()
/external/chromium_org/third_party/leveldatabase/
Denv_chromium_stdio.cc56 int fdatasync(int fildes) { in fdatasync() function
244 if (fdatasync(fileno(file_)) && !error) in Sync()
/external/chromium_org/third_party/cython/src/Cython/Includes/posix/
Dunistd.pxd64 int fdatasync(int)
/external/fio/engines/
Dsolarisaio.c130 if (fdatasync(f->fd) < 0) in fio_solarisaio_queue()
/external/chromium_org/third_party/sqlite/src/
Dconfig.h.in6 /* Define to 1 if you have the `fdatasync' function. */
Dconfigure.ac130 AC_CHECK_FUNCS([usleep fdatasync localtime_r gmtime_r localtime_s])
590 # that use "fdatasync()" function.
592 AC_SEARCH_LIBS(fdatasync, [rt])
/external/ltrace/etc/
Dsyscalls.conf51 int fdatasync(int);
/external/qemu/util/
Dcutils.c160 return fdatasync(fd); in qemu_fdatasync()
/external/bison/m4/
Dunistd_h.m445 fdatasync fsync ftruncate getcwd getdomainname getdtablesize getgroups
/external/chromium_org/components/nacl/loader/nonsfi/
Dnonsfi_sandbox_sigsys_unittest.cc127 RESTRICT_SYSCALL_DEATH_TEST(fdatasync);

12