Searched refs:_readdirEntries (Results 1 – 2 of 2) sorted by relevance
288 return this._readdirEntries(abs, this.fs.readdirSync(abs))295 GlobSync.prototype._readdirEntries = function (abs, entries) { method in GlobSync
555 self._readdirEntries(abs, entries, cb)559 Glob.prototype._readdirEntries = function (abs, entries, cb) { method in Glob