Searched refs:root_dir (Results 1 – 2 of 2) sorted by relevance
21 let root_dir = Path::new(env!("CARGO_MANIFEST_DIR")).join("../src"); in check_style() localVariable22 walk(&root_dir).unwrap(); in check_style()26 fn walk(root_dir: &Path) -> Result<()> { in walk()31 root_dir.to_str().expect("dir should be valid UTF-8") in walk()
25 add_files = glob("**/*.rs", recursive=True, root_dir=build_dir)26 add_files += glob("**/*.c", recursive=True, root_dir=build_dir)52 glob("", root_dir="")