Home
last modified time | relevance | path

Searched refs:uv_fs_chown (Results 1 – 8 of 8) sorted by relevance

/libuv/test/
H A Dtest-threadpool-cancel.c331 ASSERT_OK(uv_fs_chown(loop, reqs + n++, "/", 0, 0, fs_cb)); in TEST_IMPL()
H A Dtest-fs.c1955 r = uv_fs_chown(NULL, &req, "test_file", -1, -1, NULL); in TEST_IMPL()
1967 r = uv_fs_chown(loop, &req, "test_file", -1, -1, chown_cb); in TEST_IMPL()
1975 r = uv_fs_chown(loop, &req, "test_file", 0, 0, chown_root_cb); in TEST_IMPL()
4266 r = uv_fs_chown(NULL, NULL, NULL, 0, 0, NULL); in TEST_IMPL()
/libuv/docs/src/guide/
H A Dfilesystem.rst160 …int uv_fs_chown(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_uid_t uid, uv_gid_t gid, uv_fs…
/libuv/include/
H A Duv.h1640 UV_EXTERN int uv_fs_chown(uv_loop_t* loop,
/libuv/docs/src/
H A Dfs.rst491 .. c:function:: int uv_fs_chown(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_uid_t uid, uv_g…
/libuv/src/unix/
H A Dfs.c1816 int uv_fs_chown(uv_loop_t* loop, in uv_fs_chown() function
/libuv/src/win/
H A Dfs.c3316 int uv_fs_chown(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_uid_t uid, in uv_fs_chown() function
/libuv/
H A DChangeLog5854 * unix, windows: fix uv_fs_chown() function prototype (Ben Noordhuis)
5901 * unix, windows: fix uv_fs_chown() function prototype (Ben Noordhuis)

Completed in 47 milliseconds