Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-fs-readdir.c306 ASSERT(dirents[0].type == UV_DIRENT_FILE); in non_empty_readdir_cb()
422 ASSERT(dirents[0].type == UV_DIRENT_FILE); in TEST_IMPL()
H A Dtest-fs.c598 ASSERT(dent.type == UV_DIRENT_FILE); in assert_is_file_type()
600 ASSERT(dent.type == UV_DIRENT_FILE || dent.type == UV_DIRENT_UNKNOWN); in assert_is_file_type()
/netbsd-src/external/mit/libuv/dist/include/uv/
H A Dwin.h311 #define UV__DT_FILE UV_DIRENT_FILE
/netbsd-src/external/mit/libuv/dist/src/
H A Duv-common.c713 type = UV_DIRENT_FILE; in uv__fs_get_dirent_type()
/netbsd-src/external/mit/libuv/dist/include/
H A Duv.h1165 UV_DIRENT_FILE, enumerator
/netbsd-src/external/mit/libuv/dist/docs/src/
H A Dfs.rst134 UV_DIRENT_FILE,