Searched refs:Dirent (Results 1 – 8 of 8) sorted by relevance
/third_party/node/lib/internal/fs/ |
D | utils.js | 149 class Dirent { class 184 class DirentFromStats extends Dirent { 191 for (const name of ReflectOwnKeys(Dirent.prototype)) { 262 names[i] = new Dirent(names[i], types[i]); 295 callback(null, new Dirent(name, type)); 301 return new Dirent(name, type); 856 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/tools/doc/ |
D | type-parser.mjs | 91 'fs.Dirent': 'fs.html#fs_class_fs_dirent',
|
/third_party/node/doc/api/ |
D | fs.md | 923 {fs.Dirent} objects. 2798 * `files` {string[]|Buffer[]|fs.Dirent[]} 2812 {fs.Dirent} objects. 4568 * Returns: {string[]|Buffer[]|fs.Dirent[]} 4580 {fs.Dirent} objects. 5156 * Returns: {Promise} containing {fs.Dirent|null} 5159 {fs.Dirent}. 5161 A promise is returned that will be resolved with an {fs.Dirent}, or `null` 5176 * `dirent` {fs.Dirent|null} 5179 {fs.Dirent}. [all …]
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_fileio.js | 222 Dirent: DirentMock, property
|
/third_party/node/lib/ |
D | fs.js | 83 Dirent, 2170 Dirent,
|
/third_party/node/tools/ |
D | lint-md.mjs | 3983 * @property {fs.Dirent=} dirent 4072 this._isDirent = ('Dirent' in fs$9) && !opts.alwaysStat;
|