Home
last modified time | relevance | path

Searched refs:UV_DIRENT_DIR (Results 1 - 12 of 12) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-fs-readdir-types.js17 isDirectory: constants.UV_DIRENT_DIR,
/third_party/libuv/test/
H A Dtest-fs-readdir.c304 ASSERT_EQ(dirents[0].type, UV_DIRENT_DIR); in non_empty_readdir_cb()
420 ASSERT_EQ(dirents[0].type, UV_DIRENT_DIR); in TEST_IMPL()
/third_party/node/lib/internal/fs/
H A Dutils.js95 UV_DIRENT_DIR,
172 return this[kType] === UV_DIRENT_DIR;
/third_party/libuv/include/uv/
H A Dwin.h312 #define UV__DT_DIR UV_DIRENT_DIR
/third_party/node/deps/uv/include/uv/
H A Dwin.h310 #define UV__DT_DIR UV_DIRENT_DIR
/third_party/libuv/src/
H A Duv-common.c755 type = UV_DIRENT_DIR; in uv__fs_get_dirent_type()
/third_party/node/src/
H A Dnode_constants.cc1117 NODE_DEFINE_CONSTANT(target, UV_DIRENT_DIR); in DefineSystemConstants()
/third_party/node/deps/uv/src/
H A Duv-common.c710 type = UV_DIRENT_DIR; in uv__fs_get_dirent_type()
/third_party/libuv/include/
H A Duv.h1264 UV_DIRENT_DIR, enumerator
/third_party/libuv/include/uv_ndk/
H A Duv.h1152 UV_DIRENT_DIR, enumerator
/third_party/node/deps/uv/include/
H A Duv.h1166 UV_DIRENT_DIR, enumerator
/third_party/node/deps/uvwasi/src/
H A Duvwasi.c1431 case UV_DIRENT_DIR: in uvwasi_fd_readdir()

Completed in 22 milliseconds