Home
last modified time | relevance | path

Searched refs:UV_DIRENT_UNKNOWN (Results 1 - 11 of 11) sorted by relevance

/third_party/node/lib/internal/fs/
H A Dutils.js93 UV_DIRENT_UNKNOWN,
256 if (type === UV_DIRENT_UNKNOWN) {
295 if (type === UV_DIRENT_UNKNOWN) {
313 } else if (type === UV_DIRENT_UNKNOWN) {
/third_party/node/test/parallel/
H A Dtest-fs-readdir-types.js82 const UNKNOWN = constants.UV_DIRENT_UNKNOWN;
/third_party/libuv/test/
H A Dtest-fs-readdir.c308 ASSERT_EQ(dirents[0].type, UV_DIRENT_UNKNOWN); in non_empty_readdir_cb()
424 ASSERT_EQ(dirents[0].type, UV_DIRENT_UNKNOWN); in TEST_IMPL()
H A Dtest-fs.c596 ASSERT(dent.type == UV_DIRENT_FILE || dent.type == UV_DIRENT_UNKNOWN); in assert_is_file_type()
599 ASSERT_EQ(dent.type, UV_DIRENT_UNKNOWN); in assert_is_file_type()
/third_party/libuv/src/
H A Duv-common.c776 type = UV_DIRENT_UNKNOWN; in uv__fs_get_dirent_type()
779 type = UV_DIRENT_UNKNOWN; in uv__fs_get_dirent_type()
/third_party/node/deps/uv/src/
H A Duv-common.c731 type = UV_DIRENT_UNKNOWN; in uv__fs_get_dirent_type()
734 type = UV_DIRENT_UNKNOWN; in uv__fs_get_dirent_type()
/third_party/node/src/
H A Dnode_constants.cc1115 NODE_DEFINE_CONSTANT(target, UV_DIRENT_UNKNOWN); in DefineSystemConstants()
/third_party/libuv/include/
H A Duv.h1262 UV_DIRENT_UNKNOWN, enumerator
/third_party/libuv/include/uv_ndk/
H A Duv.h1150 UV_DIRENT_UNKNOWN, enumerator
/third_party/node/deps/uv/include/
H A Duv.h1164 UV_DIRENT_UNKNOWN, enumerator
/third_party/node/deps/uvwasi/src/
H A Duvwasi.c1447 case UV_DIRENT_UNKNOWN: in uvwasi_fd_readdir()

Completed in 22 milliseconds