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_SYMLINK_DIR
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/mit/libuv/dist/test/
test-fs-readdir.c
535
r = uv_fs_symlink(uv_default_loop(), &symlink_req, "test_symlink_dir/test_subdir", "test_symlink_dir/test_symlink",
UV_FS_SYMLINK_DIR
, NULL);
test-fs.c
2476
if (type ==
UV_FS_SYMLINK_DIR
&& (r == UV_ENOTSUP || r == UV_EPERM)) {
2588
return test_symlink_dir_impl(
UV_FS_SYMLINK_DIR
);
/src/external/mit/libuv/dist/include/
uv.h
1628
#define
UV_FS_SYMLINK_DIR
0x0001
/src/external/mit/libuv/dist/src/win/
fs.c
2892
if (req->fs.info.file_flags &
UV_FS_SYMLINK_DIR
)
Completed in 59 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026