Home
last modified time | relevance | path

Searched refs:uv_fs_utime (Results 1 – 9 of 9) sorted by relevance

/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.c2682 r = uv_fs_utime(NULL, &req, path, atime, mtime, NULL); in TEST_IMPL()
2696 r = uv_fs_utime(loop, &utime_req, path, atime, mtime, utime_cb); in TEST_IMPL()
2728 r = uv_fs_utime(NULL, &req, path, atime, mtime, NULL); in TEST_IMPL()
4303 r = uv_fs_utime(NULL, NULL, NULL, 0.0, 0.0, NULL); in TEST_IMPL()
/libuv/docs/src/guide/
H A Dfilesystem.rst151 …int uv_fs_utime(uv_loop_t* loop, uv_fs_t* req, const char* path, double atime, double mtime, uv_fs…
/libuv/include/
H A Duv.h1580 UV_EXTERN int uv_fs_utime(uv_loop_t* loop,
/libuv/docs/src/
H A Dfs.rst427 .. c:function:: int uv_fs_utime(uv_loop_t* loop, uv_fs_t* req, const char* path, double atime, doub…
/libuv/src/unix/
H A Dfs.c2199 int uv_fs_utime(uv_loop_t* loop, in uv_fs_utime() function
/libuv/src/win/
H A Dfs.c3507 int uv_fs_utime(uv_loop_t* loop, uv_fs_t* req, const char* path, double atime, in uv_fs_utime() function
/libuv/
H A DChangeLog2479 * unix,fs: use utimes & friends for uv_fs_utime (Jeremiah Senkpiel)

Completed in 60 milliseconds