Home
last modified time | relevance | path

Searched refs:Dirent (Results 1 – 12 of 12) sorted by relevance

/third_party/node/lib/internal/fs/
Dutils.js162 class Dirent { class
198 class DirentFromStats extends Dirent {
205 for (const name of ReflectOwnKeys(Dirent.prototype)) {
276 names[i] = new Dirent(names[i], types[i], path);
309 callback(null, new Dirent(name, type, path));
316 return new Dirent(name, type, path);
947 Dirent, property
/third_party/node/test/parallel/
Dtest-fs-readdir-types.js39 assert(dirent instanceof fs.Dirent);
112 const dirent = new fs.Dirent('foo', types[method]);
Dtest-fs-opendir.js22 assert(dirent instanceof fs.Dirent);
/third_party/node/test/sequential/
Dtest-fs-readdir-recursive.js136 assert(dirent instanceof fs.Dirent);
Dtest-fs-opendir-recursive.js137 assert(dirent instanceof fs.Dirent);
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_fileio.js222 Dirent: DirentMock, property
/third_party/node/doc/api/
Dfs.md1302 {fs.Dirent} objects.
3541 * `files` {string\[]|Buffer\[]|fs.Dirent\[]}
3555 {fs.Dirent} objects.
5583 * Returns: {string\[]|Buffer\[]|fs.Dirent\[]}
5595 {fs.Dirent} objects.
6257 * Returns: {Promise} containing {fs.Dirent|null}
6260 {fs.Dirent}.
6262 A promise is returned that will be resolved with an {fs.Dirent}, or `null`
6278 * `dirent` {fs.Dirent|null}
6281 {fs.Dirent}.
[all …]
/third_party/node/tools/doc/
Dtype-parser.mjs126 'fs.Dirent': 'fs.html#class-fsdirent',
/third_party/node/lib/
Dfs.js97 Dirent,
3152 Dirent,
/third_party/node/deps/npm/node_modules/glob/
DREADME.md72 // these are like a Dirent, but with some more added powers
571 NodeJS `Dirent` object, but with additional methods and
/third_party/node/deps/npm/node_modules/glob/dist/cjs/src/
Dglob.js.map1 … `Path` objects instead of strings. These are similar to a\n * NodeJS `Dirent` object, but with …
/third_party/node/deps/npm/node_modules/glob/dist/mjs/
Dglob.js.map1 … `Path` objects instead of strings. These are similar to a\n * NodeJS `Dirent` object, but with …