Searched refs:uv_fs_futime (Results 1 – 7 of 7) sorted by relevance
/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 | 2818 r = uv_fs_futime(NULL, &req, file, atime, mtime, NULL); in TEST_IMPL() 2838 r = uv_fs_futime(loop, &futime_req, file, atime, mtime, futime_cb); in TEST_IMPL() 4311 r = uv_fs_futime(NULL, NULL, 0, 0.0, 0.0, NULL); in TEST_IMPL()
|
/libuv/docs/src/ |
H A D | fs.rst | 428 .. c:function:: int uv_fs_futime(uv_loop_t* loop, uv_fs_t* req, uv_file file, double atime, double … 438 AIX: `uv_fs_futime()` and `uv_fs_lutime()` functions only work for AIX 7.1 and newer.
|
/libuv/docs/src/guide/ |
H A D | filesystem.rst | 152 …int uv_fs_futime(uv_loop_t* loop, uv_fs_t* req, uv_file file, double atime, double mtime, uv_fs_cb…
|
/libuv/include/ |
H A D | uv.h | 1587 UV_EXTERN int uv_fs_futime(uv_loop_t* loop,
|
/libuv/src/unix/ |
H A D | fs.c | 1925 int uv_fs_futime(uv_loop_t* loop, in uv_fs_futime() function
|
/libuv/src/win/ |
H A D | fs.c | 3526 int uv_fs_futime(uv_loop_t* loop, uv_fs_t* req, uv_file fd, double atime, in uv_fs_futime() function
|
Completed in 40 milliseconds