Home
last modified time | relevance | path

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

/netbsd/external/mit/libuv/dist/include/
H A Duv.h1520 #define UV_FS_SYMLINK_JUNCTION 0x0002 macro
/netbsd/external/mit/libuv/dist/docs/src/
H A Dfs.rst434 * ``UV_FS_SYMLINK_JUNCTION``: request that the symlink is created
/netbsd/external/mit/libuv/dist/src/win/
H A Dfs.c2558 if (req->fs.info.file_flags & UV_FS_SYMLINK_JUNCTION) { in fs__symlink()
/netbsd/external/mit/libuv/dist/test/
H A Dtest-fs.c2408 return test_symlink_dir_impl(UV_FS_SYMLINK_JUNCTION); in TEST_IMPL()