Home
last modified time | relevance | path

Searched refs:_walk (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/src/harness/
DvfsUtil.ts187 const { node } = this._walk(this._resolve(path));
207 const { node } = this._walk(this._cwd);
221 const { node } = this._walk(path);
269 … this._scan(path, this._stat(this._walk(path)), axis, traversal, /*noFollow*/ false, results);
282 …this._scan(path, this._stat(this._walk(path, /*noFollow*/ true)), axis, traversal, /*noFollow*/ tr…
296 const stats = this._stat(this._walk(dirname, noFollow));
309 const stats = this._stat(this._walk(childpath, noFollow));
330 …const { parent, links, node: existingNode, basename } = this._walk(this._resolve(target), /*noFoll…
367 const result = this._walk(path, /*noFollow*/ true, (error, result) => {
422 const result = this._walk(this._resolve(path), /*noFollow*/ true, () => "stop");
[all …]
/third_party/python/Tools/c-analyzer/c_common/
Dfsutil.py192 _walk=os.walk,
195 for parent, _, names in _walk(root):
240 _walk=walk_tree, argument
258 _glob=_glob, _walk=_walk)
266 get_files = (lambda *a, **k: _walk(*a, walk=_files, **k))
/third_party/jinja2/
Dloaders.py277 def _walk(path): function
282 _walk(fullname)
286 _walk(path)
/third_party/node/tools/inspector_protocol/jinja2/
Dloaders.py258 def _walk(path): function
262 _walk(fullname)
265 _walk(path)
/third_party/skia/third_party/externals/jinja2/
Dloaders.py277 def _walk(path): function
282 _walk(fullname)
286 _walk(path)
/third_party/python/Lib/
Dos.py342 return _walk(fspath(top), topdown, onerror, followlinks)
344 def _walk(top, topdown, onerror, followlinks): function
418 yield from _walk(new_path, topdown, onerror, followlinks)
422 yield from _walk(new_path, topdown, onerror, followlinks)