Searched refs:uv_fs_futime (Results 1 - 11 of 11) sorted by relevance
/third_party/libuv/test/ |
H A D | test-threadpool-cancel.c | 339 ASSERT_OK(uv_fs_futime(loop, reqs + n++, 0, 0, 0, fs_cb)); in TEST_IMPL()
|
H A D | test-fs.c | 2773 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 D | node_file.cc | 2530 uv_fs_futime, fd, atime, mtime); in FUTimes() 2536 uv_fs_futime, fd, atime, mtime); in FUTimes()
|
/third_party/libuv/src/unix/ |
H A D | fs.c | 1797 int uv_fs_futime(uv_loop_t* loop, in uv_fs_futime() function
|
/third_party/libuv/include/ |
H A D | uv.h | 1600 UV_EXTERN int uv_fs_futime(uv_loop_t* loop,
|
/third_party/libuv/include/uv_ndk/ |
H A D | uv.h | 1471 UV_EXTERN int uv_fs_futime(uv_loop_t* loop,
|
/third_party/node/deps/uv/include/ |
H A D | uv.h | 1488 UV_EXTERN int uv_fs_futime(uv_loop_t* loop,
|
/third_party/node/deps/uv/src/unix/ |
H A D | fs.c | 1902 int uv_fs_futime(uv_loop_t* loop, in uv_fs_futime() function
|
/third_party/node/deps/uvwasi/src/ |
H A D | uvwasi.c | 1105 r = uv_fs_futime(NULL, &req, wrap->fd, atim, mtim, NULL); in uvwasi_fd_filestat_set_times()
|
/third_party/libuv/src/win/ |
H A D | fs.c | 3382 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 D | fs.c | 3395 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