Home
last modified time | relevance | path

Searched refs:UV_FS_SYMLINK_DIR (Results 1 – 5 of 5) sorted by relevance

/libuv/test/
H A Dtest-fs-readdir.c535 …ink_req, "test_symlink_dir/test_subdir", "test_symlink_dir/test_symlink", UV_FS_SYMLINK_DIR, NULL); in TEST_IMPL()
H A Dtest-fs.c2393 if (type == UV_FS_SYMLINK_DIR && (r == UV_ENOTSUP || r == UV_EPERM)) { in test_symlink_dir_impl()
2505 return test_symlink_dir_impl(UV_FS_SYMLINK_DIR); in TEST_IMPL()
/libuv/include/
H A Duv.h1613 #define UV_FS_SYMLINK_DIR 0x0001 macro
/libuv/docs/src/
H A Dfs.rst455 * ``UV_FS_SYMLINK_DIR``: indicates that `path` points to a directory.
/libuv/src/win/
H A Dfs.c2688 if (req->fs.info.file_flags & UV_FS_SYMLINK_DIR) in fs__symlink()

Completed in 39 milliseconds