Searched refs:uv_fs_utime (Results 1 – 9 of 9) sorted by relevance
/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 | 2687 r = uv_fs_utime(NULL, &req, path, atime, mtime, NULL); in TEST_IMPL() 2701 r = uv_fs_utime(loop, &utime_req, path, atime, mtime, utime_cb); in TEST_IMPL() 2733 r = uv_fs_utime(NULL, &req, path, atime, mtime, NULL); in TEST_IMPL() 4308 r = uv_fs_utime(NULL, NULL, NULL, 0.0, 0.0, NULL); in TEST_IMPL()
|
/libuv/docs/src/guide/ |
H A D | filesystem.rst | 151 …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 D | uv.h | 1581 UV_EXTERN int uv_fs_utime(uv_loop_t* loop,
|
/libuv/docs/src/ |
H A D | fs.rst | 427 .. 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 D | fs.c | 2207 int uv_fs_utime(uv_loop_t* loop, in uv_fs_utime() function
|
/libuv/src/win/ |
H A D | fs.c | 3509 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 D | ChangeLog | 2528 * unix,fs: use utimes & friends for uv_fs_utime (Jeremiah Senkpiel)
|
Completed in 47 milliseconds