Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/glob/
Dglob.js759 self._stat2(f, abs, null, lstat, cb)
761 self._stat2(f, abs, er, stat, cb)
764 self._stat2(f, abs, er, lstat, cb)
769 Glob.prototype._stat2 = function (f, abs, er, stat, cb) { method in Glob
/third_party/node/tools/
Dlint-md.mjs26161 self._stat2(f, abs, null, lstat, cb);
26163 self._stat2(f, abs, er, stat, cb);
26166 self._stat2(f, abs, er, lstat, cb);
26171 Glob.prototype._stat2 = function (f, abs, er, stat, cb) { method in Glob