/external/chromium_org/third_party/leveldatabase/src/port/ |
D | port_posix.h | 68 #define fdatasync fsync macro 74 #define fdatasync fsync macro
|
/external/chromium_org/base/test/ |
D | test_file_util_linux.cc | 21 if (fdatasync(fd.get()) != 0) in EvictFileFromSystemCache()
|
/external/fio/ |
D | configure | 728 fdatasync="no" 734 return fdatasync(0); 738 fdatasync="yes" 740 echo "fdatasync $fdatasync" 1230 if test "$fdatasync" = "yes" ; then
|
D | ioengines.c | 538 ret = fdatasync(io_u->file->fd); in do_io_u_sync()
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
D | kernel_wrap_bionic.cc | 124 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()
|
D | kernel_wrap_newlib.cc | 71 OP(dev_fdio, fdatasync); \ 153 int WRAP(fdatasync)(int fd) { in WRAP() argument
|
D | kernel_wrap_glibc.cc | 175 OP(fdatasync); \ 389 int WRAP(fdatasync)(int fd) { in WRAP() argument
|
D | kernel_proxy.h | 117 virtual int fdatasync(int fd);
|
/external/sqlite/dist/ |
D | Android.mk | 35 -Dfdatasync=fdatasync \
|
/external/bison/lib/ |
D | unistd.in.h | 534 _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/ |
D | unistd.h | 846 _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/ |
D | unistd.h | 846 _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/ |
D | os-mac.h | 169 extern int fdatasync(int fd);
|
D | os-windows.h | 105 int fdatasync(int fildes);
|
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
D | mock_kernel_proxy.h | 32 MOCK_METHOD1(fdatasync, int(int));
|
D | kernel_wrap_test.cc | 284 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/ |
D | env_chromium_stdio.cc | 56 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/ |
D | unistd.pxd | 64 int fdatasync(int)
|
/external/fio/engines/ |
D | solarisaio.c | 130 if (fdatasync(f->fd) < 0) in fio_solarisaio_queue()
|
/external/chromium_org/third_party/sqlite/src/ |
D | config.h.in | 6 /* Define to 1 if you have the `fdatasync' function. */
|
D | configure.ac | 130 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/ |
D | syscalls.conf | 51 int fdatasync(int);
|
/external/qemu/util/ |
D | cutils.c | 160 return fdatasync(fd); in qemu_fdatasync()
|
/external/bison/m4/ |
D | unistd_h.m4 | 45 fdatasync fsync ftruncate getcwd getdomainname getdtablesize getgroups
|
/external/chromium_org/components/nacl/loader/nonsfi/ |
D | nonsfi_sandbox_sigsys_unittest.cc | 127 RESTRICT_SYSCALL_DEATH_TEST(fdatasync);
|