Searched refs:PathBuf (Results 1 – 6 of 6) sorted by relevance
| /linux/scripts/ |
| H A D | rustdoc_test_gen.rs | 41 PathBuf, // 55 fn find_real_path<'a>(srctree: &Path, valid_paths: &'a mut Vec<PathBuf>, file: &str) -> &'a str { in find_real_path() 63 valid_paths: &mut Vec<PathBuf>, in find_real_path() 134 let mut valid_paths: Vec<PathBuf> = Vec::new(); in main() 48 find_real_path<'a>(srctree: &Path, valid_paths: &'a mut Vec<PathBuf>, file: &str) -> &'a str find_real_path() argument 56 find_candidates( srctree: &Path, valid_paths: &mut Vec<PathBuf>, prefix: &Path, potential_components: &[&str], ) find_real_path() argument
|
| /linux/rust/proc-macro2/probe/ |
| H A D | proc_macro_span_file.rs | 8 use std::path::PathBuf; 14 pub fn local_file(this: &Span) -> Option<PathBuf> { in local_file() argument
|
| H A D | proc_macro_span.rs | 13 use std::path::PathBuf; 39 pub fn local_file(this: &Span) -> Option<PathBuf> { in local_file() argument
|
| /linux/rust/proc-macro2/ |
| H A D | lib.rs | 184 use std::path::PathBuf; 494 pub fn local_file(&self) -> Option<PathBuf> { in local_file() argument
|
| H A D | fallback.rs | 31 use std::path::PathBuf; 591 pub(crate) fn local_file(&self) -> Option<PathBuf> { in local_file() argument
|
| H A D | wrapper.rs | 20 use std::path::PathBuf; 482 pub(crate) fn local_file(&self) -> Option<PathBuf> { in local_file() argument
|