Searched refs:uv_fs_lutime (Results 1 – 9 of 9) sorted by relevance
/third_party/libuv/docs/src/ |
D | fs.rst | 406 .. c:function:: int uv_fs_lutime(uv_loop_t* loop, uv_fs_t* req, const char* path, double atime, dou… 411 z/OS: `uv_fs_lutime()` is not implemented for z/OS. It can still be called but will return 415 AIX: `uv_fs_futime()` and `uv_fs_lutime()` functions only work for AIX 7.1 and newer.
|
/third_party/libuv/docs/src/guide/ |
D | filesystem.rst | 153 …int uv_fs_lutime(uv_loop_t* loop, uv_fs_t* req, const char* path, double atime, double mtime, uv_f…
|
/third_party/node/src/ |
D | node_file.cc | 2343 uv_fs_lutime, *path, atime, mtime); in LUTimes() 2349 uv_fs_lutime, *path, atime, mtime); in LUTimes()
|
/third_party/libuv/include/ |
D | uv.h | 1506 UV_EXTERN int uv_fs_lutime(uv_loop_t* loop,
|
/third_party/libuv/src/unix/ |
D | fs.c | 1935 int uv_fs_lutime(uv_loop_t* loop, in uv_fs_lutime() function
|
/third_party/libuv/test/ |
D | test-fs.c | 2640 r = uv_fs_lutime(NULL, &req, symlink_path, atime, mtime, NULL); in TEST_IMPL() 2657 r = uv_fs_lutime(loop, &req, symlink_path, atime, mtime, lutime_cb); in TEST_IMPL()
|
/third_party/node/deps/uvwasi/src/ |
D | uvwasi.c | 1734 r = uv_fs_lutime(NULL, &req, resolved_path, atim, mtim, NULL); in uvwasi_path_filestat_set_times()
|
/third_party/libuv/src/win/ |
D | fs.c | 3404 int uv_fs_lutime(uv_loop_t* loop, uv_fs_t* req, const char* path, double atime, in uv_fs_lutime() function
|
/third_party/libuv/ |
D | ChangeLog | 40 * test: fix flaky uv_fs_lutime test (Momtchil Momtchev) 732 * fs: add uv_fs_lutime() (Sk Sajidul Kadir)
|