Searched refs:Dirent (Results 1 – 12 of 12) sorted by relevance
/third_party/node/lib/internal/fs/ |
D | utils.js | 162 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/ |
D | test-fs-readdir-types.js | 39 assert(dirent instanceof fs.Dirent); 112 const dirent = new fs.Dirent('foo', types[method]);
|
D | test-fs-opendir.js | 22 assert(dirent instanceof fs.Dirent);
|
/third_party/node/test/sequential/ |
D | test-fs-readdir-recursive.js | 136 assert(dirent instanceof fs.Dirent);
|
D | test-fs-opendir-recursive.js | 137 assert(dirent instanceof fs.Dirent);
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_fileio.js | 222 Dirent: DirentMock, property
|
/third_party/node/doc/api/ |
D | fs.md | 1302 {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/ |
D | type-parser.mjs | 126 'fs.Dirent': 'fs.html#class-fsdirent',
|
/third_party/node/lib/ |
D | fs.js | 97 Dirent, 3152 Dirent,
|
/third_party/node/deps/npm/node_modules/glob/ |
D | README.md | 72 // 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/ |
D | glob.js.map | 1 … `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/ |
D | glob.js.map | 1 … `Path` objects instead of strings. These are similar to a\n * NodeJS `Dirent` object, but with …
|