Home
last modified time | relevance | path

Searched refs:UV_DIRENT_LINK (Results 1 – 6 of 6) sorted by relevance

/libuv/test/
H A Dtest-fs-readdir.c481 ASSERT_EQ(symlink_dirents[0].type, UV_DIRENT_LINK); in readdir_symlink_readdir_cb()
483 ASSERT_EQ(symlink_dirents[1].type, UV_DIRENT_LINK); in readdir_symlink_readdir_cb()
H A Dtest-fs.c2600 ASSERT_EQ(dent.type, UV_DIRENT_LINK); in TEST_IMPL()
2648 if (dirent.type != UV_DIRENT_LINK) { in TEST_IMPL()
/libuv/include/uv/
H A Dwin.h314 #define UV__DT_LINK UV_DIRENT_LINK
/libuv/src/
H A Duv-common.c760 type = UV_DIRENT_LINK; in uv__fs_get_dirent_type()
/libuv/include/
H A Duv.h1252 UV_DIRENT_LINK, enumerator
/libuv/docs/src/
H A Dfs.rst145 UV_DIRENT_LINK,

Completed in 26 milliseconds