Home
last modified time | relevance | path

Searched refs:_processGlobStar (Results 1 – 2 of 2) sorted by relevance

/plugin/asciidocjs/node_modules/glob/
Dsync.js130 this._processGlobStar(prefix, read, abs, remain, index, inGlobStar)
348 GlobSync.prototype._processGlobStar = function (prefix, read, abs, remain, index, inGlobStar) { method in GlobSync
Dglob.js363 this._processGlobStar(prefix, read, abs, remain, index, inGlobStar, cb)
623 Glob.prototype._processGlobStar = function (prefix, read, abs, remain, index, inGlobStar, cb) { method in Glob