Home
last modified time | relevance | path

Searched refs:UV_DIRENT_DIR (Results 1 – 14 of 14) sorted by relevance

/third_party/libuv/test/
Dtest-fs-readdir.c304 ASSERT(dirents[0].type == UV_DIRENT_DIR); in non_empty_readdir_cb()
420 ASSERT(dirents[0].type == UV_DIRENT_DIR); in TEST_IMPL()
/third_party/node/test/parallel/
Dtest-fs-readdir-types.js17 isDirectory: constants.UV_DIRENT_DIR,
/third_party/node/typings/internalBinding/
Dconstants.d.ts141 UV_DIRENT_DIR: 2;
/third_party/node/lib/internal/fs/
Dutils.js94 UV_DIRENT_DIR,
170 return this[kType] === UV_DIRENT_DIR;
/third_party/node/deps/uv/include/uv/
Dwin.h310 #define UV__DT_DIR UV_DIRENT_DIR
/third_party/libuv/include/uv/
Dwin.h310 #define UV__DT_DIR UV_DIRENT_DIR
/third_party/node/deps/uv/src/
Duv-common.c710 type = UV_DIRENT_DIR; in uv__fs_get_dirent_type()
/third_party/libuv/src/
Duv-common.c710 type = UV_DIRENT_DIR; in uv__fs_get_dirent_type()
/third_party/node/src/
Dnode_constants.cc1117 NODE_DEFINE_CONSTANT(target, UV_DIRENT_DIR); in DefineSystemConstants()
/third_party/libuv/include/
Duv.h1193 UV_DIRENT_DIR, enumerator
/third_party/node/deps/uv/include/
Duv.h1166 UV_DIRENT_DIR, enumerator
/third_party/libuv/include/uv_ndk/
Duv.h1152 UV_DIRENT_DIR, enumerator
/third_party/libuv/docs/src/
Dfs.rst135 UV_DIRENT_DIR,
/third_party/node/deps/uvwasi/src/
Duvwasi.c1364 case UV_DIRENT_DIR: in uvwasi_fd_readdir()