Searched refs:uv_fs_fchown (Results 1 – 7 of 7) sorted by relevance
/libuv/test/ |
H A D | test-threadpool-cancel.c | 334 ASSERT_OK(uv_fs_fchown(loop, reqs + n++, 0, 0, 0, fs_cb)); in TEST_IMPL()
|
H A D | test-fs.c | 1961 r = uv_fs_fchown(NULL, &req, file, -1, -1, NULL); in TEST_IMPL() 1982 r = uv_fs_fchown(loop, &req, file, -1, -1, fchown_cb); in TEST_IMPL() 4269 r = uv_fs_fchown(NULL, NULL, 0, 0, 0, NULL); in TEST_IMPL()
|
/libuv/docs/src/guide/ |
H A D | filesystem.rst | 161 …int uv_fs_fchown(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_uid_t uid, uv_gid_t gid, uv_fs_cb…
|
/libuv/include/ |
H A D | uv.h | 1646 UV_EXTERN int uv_fs_fchown(uv_loop_t* loop,
|
/libuv/docs/src/ |
H A D | fs.rst | 492 .. c:function:: int uv_fs_fchown(uv_loop_t* loop, uv_fs_t* req, uv_file file, uv_uid_t uid, uv_gid_…
|
/libuv/src/unix/ |
H A D | fs.c | 1852 int uv_fs_fchown(uv_loop_t* loop, in uv_fs_fchown() function
|
/libuv/src/win/ |
H A D | fs.c | 3331 int uv_fs_fchown(uv_loop_t* loop, uv_fs_t* req, uv_file fd, uv_uid_t uid, in uv_fs_fchown() function
|
Completed in 49 milliseconds