Home
last modified time | relevance | path

Searched refs:UV_DIRENT_FILE (Results 1 - 13 of 13) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-fs-readdir-types.js18 isFile: constants.UV_DIRENT_FILE,
/third_party/libuv/test/
H A Dtest-fs-readdir.c306 ASSERT_EQ(dirents[0].type, UV_DIRENT_FILE); in non_empty_readdir_cb()
422 ASSERT_EQ(dirents[0].type, UV_DIRENT_FILE); in TEST_IMPL()
H A Dtest-fs.c594 ASSERT_EQ(dent.type, UV_DIRENT_FILE); in assert_is_file_type()
596 ASSERT(dent.type == UV_DIRENT_FILE || dent.type == UV_DIRENT_UNKNOWN); in assert_is_file_type()
/third_party/node/lib/internal/fs/
H A Dutils.js94 UV_DIRENT_FILE,
176 return this[kType] === UV_DIRENT_FILE;
/third_party/libuv/include/uv/
H A Dwin.h313 #define UV__DT_FILE UV_DIRENT_FILE
/third_party/node/deps/uv/include/uv/
H A Dwin.h311 #define UV__DT_FILE UV_DIRENT_FILE
/third_party/libuv/src/
H A Duv-common.c758 type = UV_DIRENT_FILE; in uv__fs_get_dirent_type()
/third_party/node/src/
H A Dnode_constants.cc1116 NODE_DEFINE_CONSTANT(target, UV_DIRENT_FILE); in DefineSystemConstants()
/third_party/node/deps/uv/src/
H A Duv-common.c713 type = UV_DIRENT_FILE; in uv__fs_get_dirent_type()
/third_party/libuv/include/
H A Duv.h1263 UV_DIRENT_FILE, enumerator
/third_party/libuv/include/uv_ndk/
H A Duv.h1151 UV_DIRENT_FILE, enumerator
/third_party/node/deps/uv/include/
H A Duv.h1165 UV_DIRENT_FILE, enumerator
/third_party/node/deps/uvwasi/src/
H A Duvwasi.c1428 case UV_DIRENT_FILE: in uvwasi_fd_readdir()

Completed in 24 milliseconds