Home
last modified time | relevance | path

Searched refs:uv_fs_lutime (Results 1 – 9 of 9) sorted by relevance

/third_party/libuv/docs/src/
Dfs.rst406 .. 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/
Dfilesystem.rst153 …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/
Dnode_file.cc2343 uv_fs_lutime, *path, atime, mtime); in LUTimes()
2349 uv_fs_lutime, *path, atime, mtime); in LUTimes()
/third_party/libuv/include/
Duv.h1506 UV_EXTERN int uv_fs_lutime(uv_loop_t* loop,
/third_party/libuv/src/unix/
Dfs.c1935 int uv_fs_lutime(uv_loop_t* loop, in uv_fs_lutime() function
/third_party/libuv/test/
Dtest-fs.c2640 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/
Duvwasi.c1734 r = uv_fs_lutime(NULL, &req, resolved_path, atim, mtim, NULL); in uvwasi_path_filestat_set_times()
/third_party/libuv/src/win/
Dfs.c3404 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/
DChangeLog40 * test: fix flaky uv_fs_lutime test (Momtchil Momtchev)
732 * fs: add uv_fs_lutime() (Sk Sajidul Kadir)