Home
last modified time | relevance | path

Searched refs:UV_DIRENT_FIFO (Results 1 – 13 of 13) sorted by relevance

/third_party/node/test/parallel/
Dtest-fs-readdir-types.js22 isFIFO: constants.UV_DIRENT_FIFO,
/third_party/node/typings/internalBinding/
Dconstants.d.ts143 UV_DIRENT_FIFO: 4;
/third_party/node/lib/internal/fs/
Dutils.js96 UV_DIRENT_FIFO,
190 return this[kType] === UV_DIRENT_FIFO;
/third_party/node/deps/uv/include/uv/
Dwin.h313 #define UV__DT_FIFO UV_DIRENT_FIFO
/third_party/libuv/include/uv/
Dwin.h313 #define UV__DT_FIFO UV_DIRENT_FIFO
/third_party/node/deps/uv/src/
Duv-common.c719 type = UV_DIRENT_FIFO; in uv__fs_get_dirent_type()
/third_party/libuv/src/
Duv-common.c719 type = UV_DIRENT_FIFO; in uv__fs_get_dirent_type()
/third_party/node/src/
Dnode_constants.cc1119 NODE_DEFINE_CONSTANT(target, UV_DIRENT_FIFO); in DefineSystemConstants()
/third_party/libuv/include/
Duv.h1195 UV_DIRENT_FIFO, enumerator
/third_party/node/deps/uv/include/
Duv.h1168 UV_DIRENT_FIFO, enumerator
/third_party/libuv/include/uv_ndk/
Duv.h1154 UV_DIRENT_FIFO, enumerator
/third_party/libuv/docs/src/
Dfs.rst137 UV_DIRENT_FIFO,
/third_party/node/deps/uvwasi/src/
Duvwasi.c1379 case UV_DIRENT_FIFO: in uvwasi_fd_readdir()