Home
last modified time | relevance | path

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

/third_party/node/lib/internal/fs/
Dutils.js198 class DirentFromStats extends Dirent { class
209 DirentFromStats.prototype[name] = function() {
270 names[idx] = new DirentFromStats(name, stats, path);
306 callback(null, new DirentFromStats(name, stats, filepath));
314 return new DirentFromStats(name, stats, path);