Home
last modified time | relevance | path

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

/third_party/libuv/test/
H A Dtest-queue-foreach-delete.c158 r = uv_fs_utime(thandle->loop, &fs_req, watched_dir, 0, 0, NULL); in helper_timer_cb()
H A Dtest-threadpool-cancel.c354 ASSERT_OK(uv_fs_utime(loop, reqs + n++, "/", 0, 0, fs_cb)); in TEST_IMPL()
H A Dtest-fs.c2642 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 Dnode_file.cc2500 uv_fs_utime, *path, atime, mtime); in UTimes()
2506 uv_fs_utime, *path, atime, mtime); in UTimes()
/third_party/libuv/src/unix/
H A Dfs.c2079 int uv_fs_utime(uv_loop_t* loop, in uv_fs_utime() function
/third_party/libuv/include/
H A Duv.h1594 UV_EXTERN int uv_fs_utime(uv_loop_t* loop,
/third_party/libuv/include/uv_ndk/
H A Duv.h1465 UV_EXTERN int uv_fs_utime(uv_loop_t* loop,
/third_party/node/deps/uv/include/
H A Duv.h1482 UV_EXTERN int uv_fs_utime(uv_loop_t* loop,
/third_party/node/deps/uv/src/unix/
H A Dfs.c2152 int uv_fs_utime(uv_loop_t* loop, in uv_fs_utime() function
/third_party/libuv/src/win/
H A Dfs.c3365 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 Dfs.c3378 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