Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-fs-utils-get-dirents.js5 const { getDirents, getDirent } = require('internal/fs/utils');
23 getDirents(
34 getDirents(
45 getDirents(
56 getDirents(
/third_party/node/lib/internal/fs/
Dutils.js232 function getDirents(path, [names, types], callback) { function
858 getDirents, property
Dpromises.js44 getDirents,
87 const getDirectoryEntriesPromise = promisify(getDirents);
/third_party/node/lib/
Dfs.js84 getDirents,
1034 getDirents(path, result, callback);
1049 return options.withFileTypes ? getDirents(path, result) : result;