Searched refs:uv_fs_utime (Results 1 - 11 of 11) sorted by relevance
/third_party/libuv/test/ |
H A D | test-queue-foreach-delete.c | 158 r = uv_fs_utime(thandle->loop, &fs_req, watched_dir, 0, 0, NULL); in helper_timer_cb()
|
H A D | test-threadpool-cancel.c | 354 ASSERT_OK(uv_fs_utime(loop, reqs + n++, "/", 0, 0, fs_cb)); in TEST_IMPL()
|
H A D | test-fs.c | 2642 r = uv_fs_utime(NULL, &req, path, atime, mtime, NULL); in TEST_IMPL() 2656 r = uv_fs_utime(loop, &utime_req, path, atime, mtime, utime_cb); in TEST_IMPL() 2688 r = uv_fs_utime(NULL, &req, path, atime, mtime, NULL); in TEST_IMPL() 4263 r = uv_fs_utime(NULL, NULL, NULL, 0.0, 0.0, NULL); in TEST_IMPL()
|
/third_party/node/src/ |
H A D | node_file.cc | 2500 uv_fs_utime, *path, atime, mtime); in UTimes() 2506 uv_fs_utime, *path, atime, mtime); in UTimes()
|
/third_party/libuv/src/unix/ |
H A D | fs.c | 2079 int uv_fs_utime(uv_loop_t* loop, in uv_fs_utime() function
|
/third_party/libuv/include/ |
H A D | uv.h | 1594 UV_EXTERN int uv_fs_utime(uv_loop_t* loop,
|
/third_party/libuv/include/uv_ndk/ |
H A D | uv.h | 1465 UV_EXTERN int uv_fs_utime(uv_loop_t* loop,
|
/third_party/node/deps/uv/include/ |
H A D | uv.h | 1482 UV_EXTERN int uv_fs_utime(uv_loop_t* loop,
|
/third_party/node/deps/uv/src/unix/ |
H A D | fs.c | 2152 int uv_fs_utime(uv_loop_t* loop, in uv_fs_utime() function
|
/third_party/libuv/src/win/ |
H A D | fs.c | 3365 int uv_fs_utime(uv_loop_t* loop, uv_fs_t* req, const char* path, double atime, in uv_fs_utime() function
|
/third_party/node/deps/uv/src/win/ |
H A D | fs.c | 3378 int uv_fs_utime(uv_loop_t* loop, uv_fs_t* req, const char* path, double atime, in uv_fs_utime() function
|
Completed in 30 milliseconds