Home
last modified time | relevance | path

Searched refs:uv_fs_fsync (Results 1 - 11 of 11) sorted by relevance

/third_party/libuv/test/
H A Dtest-threadpool-cancel.c337 ASSERT_OK(uv_fs_fsync(loop, reqs + n++, 0, fs_cb)); in TEST_IMPL()
H A Dtest-fs.c469 r = uv_fs_fsync(loop, &fsync_req, open_req1.result, fsync_cb); in fdatasync_cb()
4239 r = uv_fs_fsync(NULL, NULL, 0, NULL); in TEST_IMPL()
/third_party/node/src/
H A Dnode_file.cc1465 uv_fs_fsync, fd); in Fsync()
1470 SyncCall(env, args[2], &req_wrap_sync, "fsync", uv_fs_fsync, fd); in Fsync()
/third_party/libuv/src/unix/
H A Dfs.c1775 int uv_fs_fsync(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb) { in uv_fs_fsync() function
/third_party/libuv/include/
H A Duv.h1564 UV_EXTERN int uv_fs_fsync(uv_loop_t* loop,
/third_party/libuv/include/uv_ndk/
H A Duv.h1435 UV_EXTERN int uv_fs_fsync(uv_loop_t* loop,
/third_party/node/deps/uv/include/
H A Duv.h1452 UV_EXTERN int uv_fs_fsync(uv_loop_t* loop,
/third_party/node/deps/uv/src/unix/
H A Dfs.c1883 int uv_fs_fsync(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_fs_cb cb) { in uv_fs_fsync() function
/third_party/node/deps/uvwasi/src/
H A Duvwasi.c1559 r = uv_fs_fsync(NULL, &req, wrap->fd, NULL); in uvwasi_fd_sync()
/third_party/libuv/src/win/
H A Dfs.c3259 int uv_fs_fsync(uv_loop_t* loop, uv_fs_t* req, uv_file fd, uv_fs_cb cb) { in uv_fs_fsync() function
/third_party/node/deps/uv/src/win/
H A Dfs.c3272 int uv_fs_fsync(uv_loop_t* loop, uv_fs_t* req, uv_file fd, uv_fs_cb cb) { in uv_fs_fsync() function

Completed in 35 milliseconds