Searched refs:UV_FS_SYMLINK_DIR (Results 1 – 5 of 5) sorted by relevance
535 …ink_req, "test_symlink_dir/test_subdir", "test_symlink_dir/test_symlink", UV_FS_SYMLINK_DIR, NULL); in TEST_IMPL()
2393 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()
1613 #define UV_FS_SYMLINK_DIR 0x0001 macro
455 * ``UV_FS_SYMLINK_DIR``: indicates that `path` points to a directory.
2688 if (req->fs.info.file_flags & UV_FS_SYMLINK_DIR) in fs__symlink()
Completed in 43 milliseconds