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

/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-queue-foreach-delete.c157 r = uv_fs_utime(thandle->loop, &fs_req, watched_dir, 0, 0, NULL);
H A Dtest-threadpool-cancel.c318 ASSERT(0 == uv_fs_utime(loop, reqs + n++, "/", 0, 0, fs_cb));
H A Dtest-fs.c2584 r = uv_fs_utime(NULL, &req, path, atime, mtime, NULL);
2598 r = uv_fs_utime(loop, &utime_req, path, atime, mtime, utime_cb);
2628 r = uv_fs_utime(NULL, &req, path, atime, mtime, NULL);
4179 r = uv_fs_utime(NULL, NULL, NULL, 0.0, 0.0, NULL);
/netbsd-current/external/mit/libuv/dist/include/
H A Duv.h1482 UV_EXTERN int uv_fs_utime(uv_loop_t* loop,
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dfs.c2152 int uv_fs_utime(uv_loop_t* loop, function
/netbsd-current/external/mit/libuv/dist/src/win/
H A Dfs.c3378 int uv_fs_utime(uv_loop_t* loop, uv_fs_t* req, const char* path, double atime, function

Completed in 101 milliseconds