Home
last modified time | relevance | path

Searched defs:exclude_dirs (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Tools/scripts/
Dpysource.py91 def walk_python_files(paths, is_python=looks_like_python, exclude_dirs=None): argument
/third_party/vixl/tools/
Dutil.py228 exclude_dirs = ['.*', '*/traces/*']): argument
/third_party/rust/rust/src/tools/rust-analyzer/crates/project-model/src/
Dproject_json.rs239 exclude_dirs: Vec<PathBuf>, field
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/
Dconfig.rs891 let exclude_dirs: Vec<_> = in linked_projects() localVariable