Home
last modified time | relevance | path

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

/third_party/libuv/test/
H A Dtest-threadpool-cancel.c339 ASSERT_OK(uv_fs_futime(loop, reqs + n++, 0, 0, 0, fs_cb)); in TEST_IMPL()
H A Dtest-fs.c2773 r = uv_fs_futime(NULL, &req, file, atime, mtime, NULL); in TEST_IMPL()
2793 r = uv_fs_futime(loop, &futime_req, file, atime, mtime, futime_cb); in TEST_IMPL()
4266 r = uv_fs_futime(NULL, NULL, 0, 0.0, 0.0, NULL); in TEST_IMPL()
/third_party/node/src/
H A Dnode_file.cc2530 uv_fs_futime, fd, atime, mtime); in FUTimes()
2536 uv_fs_futime, fd, atime, mtime); in FUTimes()
/third_party/libuv/src/unix/
H A Dfs.c1797 int uv_fs_futime(uv_loop_t* loop, in uv_fs_futime() function
/third_party/libuv/include/
H A Duv.h1600 UV_EXTERN int uv_fs_futime(uv_loop_t* loop,
/third_party/libuv/include/uv_ndk/
H A Duv.h1471 UV_EXTERN int uv_fs_futime(uv_loop_t* loop,
/third_party/node/deps/uv/include/
H A Duv.h1488 UV_EXTERN int uv_fs_futime(uv_loop_t* loop,
/third_party/node/deps/uv/src/unix/
H A Dfs.c1902 int uv_fs_futime(uv_loop_t* loop, in uv_fs_futime() function
/third_party/node/deps/uvwasi/src/
H A Duvwasi.c1105 r = uv_fs_futime(NULL, &req, wrap->fd, atim, mtim, NULL); in uvwasi_fd_filestat_set_times()
/third_party/libuv/src/win/
H A Dfs.c3382 int uv_fs_futime(uv_loop_t* loop, uv_fs_t* req, uv_file fd, double atime, in uv_fs_futime() function
/third_party/node/deps/uv/src/win/
H A Dfs.c3395 int uv_fs_futime(uv_loop_t* loop, uv_fs_t* req, uv_file fd, double atime, in uv_fs_futime() function

Completed in 38 milliseconds