Home
last modified time | relevance | path

Searched refs:getDirents (Results 1 - 3 of 3) sorted by relevance

/third_party/node/lib/internal/fs/
H A Dpromises.js56 getDirents,
113 const getDirectoryEntriesPromise = promisify(getDirents);
785 for (const dirent of getDirents(path, readdir)) {
H A Dutils.js248 function getDirents(path, { 0: names, 1: types }, callback) { function
958 getDirents,
/third_party/node/lib/
H A Dfs.js101 getDirents,
1493 getDirents(path, result, callback);
1526 return options.withFileTypes ? getDirents(path, result) : result;

Completed in 5 milliseconds