Home
last modified time | relevance | path

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

/libuv/docs/src/
H A Dfs.rst445 * ``UV_FS_SYMLINK_DIR``: indicates that `path` points to a directory.
/libuv/include/
H A Duv.h1584 #define UV_FS_SYMLINK_DIR 0x0001 macro
/libuv/test/
H A Dtest-fs.c2348 if (type == UV_FS_SYMLINK_DIR && (r == UV_ENOTSUP || r == UV_EPERM)) { in test_symlink_dir_impl()
2460 return test_symlink_dir_impl(UV_FS_SYMLINK_DIR); in TEST_IMPL()
/libuv/src/win/
H A Dfs.c2544 if (req->fs.info.file_flags & UV_FS_SYMLINK_DIR) in fs__symlink()

Completed in 73 milliseconds