Home
last modified time | relevance | path

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

/rust-libc-0.2.174/libc-test/test/
H A Dcheck_style.rs21 let root_dir = Path::new(env!("CARGO_MANIFEST_DIR")).join("../src"); in check_style() localVariable
22 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()
/rust-libc-0.2.174/ci/
H A Dcreate-artifacts.py25 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="")