Searched refs:uv_fs_lutime (Results 1 – 7 of 7) sorted by relevance
/libuv/docs/src/ |
H A D | fs.rst | 429 .. 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 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…
|
/libuv/include/ |
H A D | uv.h | 1593 UV_EXTERN int uv_fs_lutime(uv_loop_t* loop,
|
/libuv/src/unix/ |
H A D | fs.c | 1938 int uv_fs_lutime(uv_loop_t* loop, in uv_fs_lutime() function
|
/libuv/test/ |
H A D | test-fs.c | 2896 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 D | fs.c | 3535 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 D | ChangeLog | 971 * test: fix flaky uv_fs_lutime test (Momtchil Momtchev) 1663 * fs: add uv_fs_lutime() (Sk Sajidul Kadir)
|
Completed in 48 milliseconds