Searched refs:uv_fs_chown (Results 1 – 8 of 8) sorted by relevance
/libuv/test/ |
H A D | test-threadpool-cancel.c | 331 ASSERT_OK(uv_fs_chown(loop, reqs + n++, "/", 0, 0, fs_cb)); in TEST_IMPL()
|
H A D | test-fs.c | 1955 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 D | filesystem.rst | 160 …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 D | uv.h | 1640 UV_EXTERN int uv_fs_chown(uv_loop_t* loop,
|
/libuv/docs/src/ |
H A D | fs.rst | 491 .. 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 D | fs.c | 1816 int uv_fs_chown(uv_loop_t* loop, in uv_fs_chown() function
|
/libuv/src/win/ |
H A D | fs.c | 3316 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 D | ChangeLog | 5854 * 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