Home
last modified time | relevance | path

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

/third_party/node/lib/internal/fs/
Dutils.js149 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/
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/tools/doc/
Dtype-parser.mjs91 'fs.Dirent': 'fs.html#fs_class_fs_dirent',
/third_party/node/doc/api/
Dfs.md923 {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/
Dohos_fileio.js222 Dirent: DirentMock, property
/third_party/node/lib/
Dfs.js83 Dirent,
2170 Dirent,
/third_party/node/tools/
Dlint-md.mjs3983 * @property {fs.Dirent=} dirent
4072 this._isDirent = ('Dirent' in fs$9) && !opts.alwaysStat;