Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/scripts/
Dscrape_crates_io.py93 for crate_index_file in iter_files(crates_index, exclude=exclude):
107 def iter_files(d, exclude=set()): function
116 for f in iter_files(fullfp, exclude):
/third_party/python/Tools/c-analyzer/c_common/
Dfsutil.py237 def iter_files(root, suffix=None, relparent=None, *, function
256 yield from iter_files(root, suffix, relparent,
287 _iter_files=iter_files,