OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uv_fs_fchown
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/mit/libuv/dist/test/
test-threadpool-cancel.c
334
ASSERT_OK(
uv_fs_fchown
(loop, reqs + n++, 0, 0, 0, fs_cb));
test-fs.c
282
ASSERT_EQ(req->fs_type,
UV_FS_FCHOWN
);
2044
r =
uv_fs_fchown
(NULL, &req, file, -1, -1, NULL);
2065
r =
uv_fs_fchown
(loop, &req, file, -1, -1, fchown_cb);
4450
r =
uv_fs_fchown
(NULL, NULL, 0, 0, 0, NULL);
/src/external/mit/libuv/dist/include/
uv.h
1423
UV_FS_FCHOWN
,
1661
UV_EXTERN int
uv_fs_fchown
(uv_loop_t* loop,
/src/external/mit/libuv/dist/src/unix/
fs.c
1836
int
uv_fs_fchown
(uv_loop_t* loop,
function
/src/external/mit/libuv/dist/src/win/
fs.c
3535
int
uv_fs_fchown
(uv_loop_t* loop, uv_fs_t* req, uv_file fd, uv_uid_t uid,
function
3537
INIT(
UV_FS_FCHOWN
);
Completed in 65 milliseconds
Indexes created Tue Sep 01 00:24:37 UTC 2026