D | rustdoc_test_gen.rs | 35 path::{Path, PathBuf}, 48 fn find_real_path<'a>(srctree: &Path, valid_paths: &'a mut Vec<PathBuf>, file: &str) -> &'a str { in find_real_path() argument 53 find_candidates(srctree, valid_paths, Path::new(""), &potential_components); in find_real_path() 55 srctree: &Path, in find_real_path() argument 57 prefix: &Path, in find_real_path() argument 71 Path::new("rust/kernel") in find_real_path() 110 let srctree = Path::new(&srctree); in main()
|