Searched refs:getDirents (Results 1 – 4 of 4) sorted by relevance
/third_party/node/test/parallel/ |
D | test-fs-utils-get-dirents.js | 5 const { getDirents, getDirent } = require('internal/fs/utils'); 23 getDirents( 34 getDirents( 45 getDirents( 56 getDirents(
|
/third_party/node/lib/internal/fs/ |
D | utils.js | 232 function getDirents(path, [names, types], callback) { function 858 getDirents, property
|
D | promises.js | 44 getDirents, 87 const getDirectoryEntriesPromise = promisify(getDirents);
|
/third_party/node/lib/ |
D | fs.js | 84 getDirents, 1034 getDirents(path, result, callback); 1049 return options.withFileTypes ? getDirents(path, result) : result;
|