Home
last modified time | relevance | path

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

/linux/scripts/
H A Drustdoc_test_gen.rs35 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
56 valid_paths: &mut Vec<PathBuf>, in find_real_path() argument
126 let mut valid_paths: Vec<PathBuf> = Vec::new(); in main()