Home
last modified time | relevance | path

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

12345

/external/libchrome/base/test/
Dtest_file_util_linux.cc21 if (fdatasync(fd.get()) != 0) in EvictFileFromSystemCache()
/external/toybox/toys/other/
Dfsync.c25 if (((toys.optflags & FLAG_d) ? fdatasync(fd) : fsync(fd))) in do_fsync()
/external/fio/
Dconfigure329 fdatasync="yes"
943 if test "$fdatasync" != "yes" ; then
944 fdatasync="no"
951 return fdatasync(0);
955 fdatasync="yes"
957 echo "fdatasync $fdatasync"
2053 if test "$fdatasync" = "yes" ; then
/external/vboot_reference/scripts/image_signing/
Dstrip_boot_from_image.sh36 ( sudo dd if=/dev/zero of="${rootfs}/filler" bs=4096 conv=fdatasync \
/external/ltp/testcases/kernel/syscalls/fdatasync/
Dfdatasync01.c96 TEST(fdatasync(fd)); in main()
Dfdatasync02.c128 TEST(fdatasync(fd)); in main()
/external/fio/os/
Dos-mac.h102 extern int fdatasync(int fd);
Dos-windows.h111 int fdatasync(int fildes);
/external/sqlite/dist/
DAndroid.bp58 "-Dfdatasync=fdatasync",
/external/ltp/include/lapi/syscalls/
Daarch64.in84 fdatasync 83
Dx86_64.in76 fdatasync 75
Dia64.in29 fdatasync 1052
Dsparc.in256 fdatasync 253
Ds390.in109 fdatasync 148
Ds390x.in109 fdatasync 148
Dsparc64.in232 fdatasync 253
Di386.in147 fdatasync 148
Dpowerpc.in147 fdatasync 148
Dpowerpc64.in147 fdatasync 148
Dsh.in147 fdatasync 148
/external/fio/engines/
Dsolarisaio.c130 if (fdatasync(f->fd) < 0) in fio_solarisaio_queue()
/external/strace/tests-m32/
Dpure_executables.list52 fdatasync
Dpure_executables.am53 fdatasync \
/external/strace/tests-mx32/
Dpure_executables.list52 fdatasync
/external/strace/tests/
Dpure_executables.list52 fdatasync

12345