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_UNLINK
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/mit/libuv/dist/test/
test-threadpool-cancel.c
114
case
UV_FS_UNLINK
:
353
ASSERT_OK(
uv_fs_unlink
(loop, reqs + n++, "/", fs_cb));
test-fs.c
334
ASSERT_EQ(req->fs_type,
UV_FS_UNLINK
);
391
r =
uv_fs_unlink
(loop, &unlink_req, "test_file2", unlink_cb);
1093
r =
uv_fs_unlink
(NULL, &unlink_req, "test_file2", NULL);
1135
r =
uv_fs_unlink
(NULL, &unlink_req, "test_dir/file", NULL);
1264
r =
uv_fs_unlink
(loop, &unlink_req, "test_dir/file1", unlink_cb);
1269
r =
uv_fs_unlink
(loop, &unlink_req, "test_dir/file2", unlink_cb);
1942
r =
uv_fs_unlink
(NULL, &req, "test_file", NULL);
1998
r =
uv_fs_unlink
(NULL, &req, "test_file", NULL);
2558
r =
uv_fs_unlink
(NULL, &req, "test_dir_symlink", NULL);
4417
r =
uv_fs_unlink
(NULL, NULL, NULL, NULL)
[
all
...]
/src/external/mit/libuv/dist/include/
uv.h
1413
UV_FS_UNLINK
,
1480
UV_EXTERN int
uv_fs_unlink
(uv_loop_t* loop,
/src/external/mit/libuv/dist/src/win/
fs.c
3314
int
uv_fs_unlink
(uv_loop_t* loop, uv_fs_t* req, const char* path,
function
3318
INIT(
UV_FS_UNLINK
);
Completed in 22 milliseconds
Indexes created Tue May 26 00:24:38 UTC 2026