Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-threadpool-cancel.c334 ASSERT_OK(uv_fs_fchown(loop, reqs + n++, 0, 0, 0, fs_cb)); in TEST_IMPL()
H A Dtest-fs.c1961 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 Dfilesystem.rst161 …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 Duv.h1646 UV_EXTERN int uv_fs_fchown(uv_loop_t* loop,
/libuv/docs/src/
H A Dfs.rst492 .. 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 Dfs.c1852 int uv_fs_fchown(uv_loop_t* loop, in uv_fs_fchown() function
/libuv/src/win/
H A Dfs.c3331 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