Searched refs:uv_fs_lchown (Results 1 – 7 of 7) sorted by relevance
/libuv/docs/src/ |
H A D | fs.rst | 493 .. c:function:: int uv_fs_lchown(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_uid_t uid, uv_… 500 .. versionchanged:: 1.21.0 implemented uv_fs_lchown
|
/libuv/docs/src/guide/ |
H A D | filesystem.rst | 162 …int uv_fs_lchown(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_uid_t uid, uv_gid_t gid, uv_f…
|
/libuv/include/ |
H A D | uv.h | 1652 UV_EXTERN int uv_fs_lchown(uv_loop_t* loop,
|
/libuv/src/unix/ |
H A D | fs.c | 1866 int uv_fs_lchown(uv_loop_t* loop, in uv_fs_lchown() function
|
/libuv/test/ |
H A D | test-fs.c | 1996 r = uv_fs_lchown(NULL, &req, "test_file_link", -1, -1, NULL); in TEST_IMPL() 2002 r = uv_fs_lchown(loop, &req, "test_file_link", -1, -1, lchown_cb); in TEST_IMPL()
|
/libuv/src/win/ |
H A D | fs.c | 3338 int uv_fs_lchown(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_uid_t uid, in uv_fs_lchown() function
|
/libuv/ |
H A D | ChangeLog | 2616 * fs: change position of uv_fs_lchown (Ujjwal Sharma) 2701 * unix,win: add uv_fs_lchown() (Paolo Greppi)
|
Completed in 45 milliseconds