Home
last modified time | relevance | path

Searched refs:uv_fs_futime (Results 1 – 7 of 7) sorted by relevance

/libuv/test/
H A Dtest-threadpool-cancel.c339 ASSERT_OK(uv_fs_futime(loop, reqs + n++, 0, 0, 0, fs_cb)); in TEST_IMPL()
H A Dtest-fs.c2818 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 Dfs.rst428 .. 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 Dfilesystem.rst152 …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 Duv.h1587 UV_EXTERN int uv_fs_futime(uv_loop_t* loop,
/libuv/src/unix/
H A Dfs.c1925 int uv_fs_futime(uv_loop_t* loop, in uv_fs_futime() function
/libuv/src/win/
H A Dfs.c3526 int uv_fs_futime(uv_loop_t* loop, uv_fs_t* req, uv_file fd, double atime, in uv_fs_futime() function

Completed in 36 milliseconds