Searched refs:getDirents (Results 1 - 3 of 3) sorted by relevance
/third_party/node/lib/internal/fs/ |
H A D | promises.js | 56 getDirents, 113 const getDirectoryEntriesPromise = promisify(getDirents); 785 for (const dirent of getDirents(path, readdir)) {
|
H A D | utils.js | 248 function getDirents(path, { 0: names, 1: types }, callback) { function 958 getDirents,
|
/third_party/node/lib/ |
H A D | fs.js | 101 getDirents, 1493 getDirents(path, result, callback); 1526 return options.withFileTypes ? getDirents(path, result) : result;
|
Completed in 5 milliseconds