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_lchown
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/mit/libuv/dist/include/
uv.h
1426
UV_FS_LCHOWN
,
1667
UV_EXTERN int
uv_fs_lchown
(uv_loop_t* loop,
/src/external/mit/libuv/dist/src/unix/
fs.c
1850
int
uv_fs_lchown
(uv_loop_t* loop,
function
/src/external/mit/libuv/dist/test/
test-fs.c
297
ASSERT_EQ(req->fs_type,
UV_FS_LCHOWN
);
2079
r =
uv_fs_lchown
(NULL, &req, "test_file_link", -1, -1, NULL);
2085
r =
uv_fs_lchown
(loop, &req, "test_file_link", -1, -1, lchown_cb);
/src/external/mit/libuv/dist/src/win/
fs.c
3542
int
uv_fs_lchown
(uv_loop_t* loop, uv_fs_t* req, const char* path, uv_uid_t uid,
function
3546
INIT(
UV_FS_LCHOWN
);
Completed in 25 milliseconds
Indexes created Mon Aug 31 00:24:02 UTC 2026