Home
last modified time | relevance | path

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

/third_party/node/lib/internal/fs/
H A Dutils.js92 UV_FS_SYMLINK_JUNCTION,
637 flags |= UV_FS_SYMLINK_JUNCTION;
/third_party/node/src/
H A Dnode_constants.cc1108 NODE_DEFINE_CONSTANT(target, UV_FS_SYMLINK_JUNCTION); in DefineSystemConstants()
/third_party/libuv/include/
H A Duv.h1632 #define UV_FS_SYMLINK_JUNCTION 0x0002 macro
/third_party/libuv/include/uv_ndk/
H A Duv.h1497 #define UV_FS_SYMLINK_JUNCTION 0x0002 macro
/third_party/node/deps/uv/include/
H A Duv.h1520 #define UV_FS_SYMLINK_JUNCTION 0x0002 macro
/third_party/libuv/src/win/
H A Dfs.c2539 if (req->fs.info.file_flags & UV_FS_SYMLINK_JUNCTION) { in fs__symlink()
/third_party/node/deps/uv/src/win/
H A Dfs.c2558 if (req->fs.info.file_flags & UV_FS_SYMLINK_JUNCTION) { in fs__symlink()
/third_party/libuv/test/
H A Dtest-fs.c2464 return test_symlink_dir_impl(UV_FS_SYMLINK_JUNCTION); in TEST_IMPL()

Completed in 23 milliseconds