Home
last modified time | relevance | path

Searched refs:uv_fs_fchown (Results 1 - 10 of 10) sorted by relevance

/third_party/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.c1916 r = uv_fs_fchown(NULL, &req, file, -1, -1, NULL); in TEST_IMPL()
1937 r = uv_fs_fchown(loop, &req, file, -1, -1, fchown_cb); in TEST_IMPL()
4224 r = uv_fs_fchown(NULL, NULL, 0, 0, 0, NULL); in TEST_IMPL()
/third_party/node/src/
H A Dnode_file.cc2436 uv_fs_fchown, fd, uid, gid); in FChown()
2442 uv_fs_fchown, fd, uid, gid); in FChown()
/third_party/libuv/src/unix/
H A Dfs.c1727 int uv_fs_fchown(uv_loop_t* loop, in uv_fs_fchown() function
/third_party/libuv/include/
H A Duv.h1659 UV_EXTERN int uv_fs_fchown(uv_loop_t* loop,
/third_party/libuv/include/uv_ndk/
H A Duv.h1524 UV_EXTERN int uv_fs_fchown(uv_loop_t* loop,
/third_party/node/deps/uv/include/
H A Duv.h1547 UV_EXTERN int uv_fs_fchown(uv_loop_t* loop,
/third_party/node/deps/uv/src/unix/
H A Dfs.c1841 int uv_fs_fchown(uv_loop_t* loop, in uv_fs_fchown() function
/third_party/libuv/src/win/
H A Dfs.c3187 int uv_fs_fchown(uv_loop_t* loop, uv_fs_t* req, uv_file fd, uv_uid_t uid, in uv_fs_fchown() function
/third_party/node/deps/uv/src/win/
H A Dfs.c3200 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 31 milliseconds