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_LINK
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/mit/libuv/dist/test/
test-threadpool-cancel.c
105
case
UV_FS_LINK
:
340
ASSERT_OK(
uv_fs_link
(loop, reqs + n++, "/", "/", fs_cb));
test-fs.c
214
ASSERT_EQ(req->fs_type,
UV_FS_LINK
);
2073
r =
uv_fs_link
(NULL, &req, "test_file", "test_file_link", NULL);
2141
r =
uv_fs_link
(NULL, &req, "test_file", "test_file_link", NULL);
2162
r =
uv_fs_link
(loop, &req, "test_file", "test_file_link2", link_cb);
4435
r =
uv_fs_link
(NULL, NULL, NULL, NULL, NULL);
/src/external/mit/libuv/dist/include/
uv.h
1419
UV_FS_LINK
,
1618
UV_EXTERN int
uv_fs_link
(uv_loop_t* loop,
/src/external/mit/libuv/dist/src/win/
fs.c
3453
int
uv_fs_link
(uv_loop_t* loop, uv_fs_t* req, const char* path,
function
3457
INIT(
UV_FS_LINK
);
Completed in 77 milliseconds
Indexes created Wed Aug 12 00:25:48 UTC 2026