Home
last modified time | relevance | path

Searched refs:UV_FS_SYMLINK_DIR (Results 1 - 8 of 8) sorted by relevance

/third_party/node/lib/internal/fs/
H A Dutils.js91 UV_FS_SYMLINK_DIR,
634 flags |= UV_FS_SYMLINK_DIR;
/third_party/node/src/
H A Dnode_constants.cc1107 NODE_DEFINE_CONSTANT(target, UV_FS_SYMLINK_DIR); in DefineSystemConstants()
/third_party/libuv/include/
H A Duv.h1626 #define UV_FS_SYMLINK_DIR 0x0001 macro
/third_party/libuv/include/uv_ndk/
H A Duv.h1491 #define UV_FS_SYMLINK_DIR 0x0001 macro
/third_party/node/deps/uv/include/
H A Duv.h1514 #define UV_FS_SYMLINK_DIR 0x0001 macro
/third_party/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()
/third_party/libuv/src/win/
H A Dfs.c2544 if (req->fs.info.file_flags & UV_FS_SYMLINK_DIR) in fs__symlink()
/third_party/node/deps/uv/src/win/
H A Dfs.c2563 if (req->fs.info.file_flags & UV_FS_SYMLINK_DIR) in fs__symlink()

Completed in 22 milliseconds