Home
last modified time | relevance | path

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

123

/third_party/sqlite/
DBUILD.gn71 "fdatasync=fdatasync",
120 "fdatasync=fdatasync",
160 "fdatasync=fdatasync",
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
Dfdatasync.c40 int result = fdatasync(fd); in fdatasync_0100()
61 int result = fdatasync(fd); in fdatasync_0200()
74 int result = fdatasync(-1); in fdatasync_0300()
Dtest_src_functionalext_supplement_unistd.gni53 "fdatasync",
/third_party/node/test/parallel/
Dtest-fs-fsync.js43 fs.fdatasync(fd, common.mustSucceed(() => {
55 assert.throws(() => fs.fdatasync(input), errObj);
/third_party/musl/src/unistd/
Dfdatasync.c4 int fdatasync(int fd) in fdatasync() function
/third_party/musl/porting/liteos_a/user/src/unistd/
Dfdatasync.c6 int fdatasync(int fd) in fdatasync() function
/third_party/toybox/toys/other/
Dfsync.c25 if (((toys.optflags & FLAG_d) ? fdatasync(fd) : fsync(fd))) in do_fsync()
/third_party/ntfs-3g/include/ntfs-3g/
Dcompat.h81 #define fdatasync commit macro
/third_party/ltp/testcases/kernel/syscalls/fdatasync/
Dfdatasync03.c40 TEST(fdatasync(fd)); in verify_fdatasync()
Dfdatasync01.c96 TEST(fdatasync(fd)); in main()
Dfdatasync02.c128 TEST(fdatasync(fd)); in main()
/third_party/node/lib/internal/fs/
Dpromises.js128 return fsCall(fdatasync, this);
517 async function fdatasync(handle) { function
518 return binding.fdatasync(handle.fd, kUsePromises);
/third_party/ltp/include/lapi/syscalls/
Daarch64.in84 fdatasync 83
Darc.in84 fdatasync 83
Dmips_n64.in74 fdatasync 5073
Dia64.in29 fdatasync 1052
Dsparc64.in236 fdatasync 253
Ds390x.in110 fdatasync 148
Dmips_n32.in74 fdatasync 6073
Dsh.in131 fdatasync 148
Dx86_64.in76 fdatasync 75
Dmips_o32.in153 fdatasync 4152
Ds390.in129 fdatasync 148
Dsparc.in252 fdatasync 253
Dpowerpc.in149 fdatasync 148

123