Home
last modified time | relevance | path

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

/libuv/docs/src/
H A Dfs.rst429 .. c:function:: int uv_fs_lutime(uv_loop_t* loop, uv_fs_t* req, const char* path, double atime, dou…
434 z/OS: `uv_fs_lutime()` is not implemented for z/OS. It can still be called but will return
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.rst153 …int uv_fs_lutime(uv_loop_t* loop, uv_fs_t* req, const char* path, double atime, double mtime, uv_f…
/libuv/include/
H A Duv.h1593 UV_EXTERN int uv_fs_lutime(uv_loop_t* loop,
/libuv/src/unix/
H A Dfs.c1938 int uv_fs_lutime(uv_loop_t* loop, in uv_fs_lutime() function
/libuv/test/
H A Dtest-fs.c2896 r = uv_fs_lutime(NULL, &req, symlink_path, atime, mtime, NULL); in TEST_IMPL()
2913 r = uv_fs_lutime(loop, &req, symlink_path, atime, mtime, lutime_cb); in TEST_IMPL()
/libuv/src/win/
H A Dfs.c3535 int uv_fs_lutime(uv_loop_t* loop, uv_fs_t* req, const char* path, double atime, in uv_fs_lutime() function
/libuv/
H A DChangeLog971 * test: fix flaky uv_fs_lutime test (Momtchil Momtchev)
1663 * fs: add uv_fs_lutime() (Sk Sajidul Kadir)

Completed in 58 milliseconds