Home
last modified time | relevance | path

Searched refs:PathBuf (Results 1 – 6 of 6) 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
127 let mut valid_paths: Vec<PathBuf> = Vec::new(); in main()
/linux/rust/proc-macro2/probe/
H A Dproc_macro_span_file.rs8 use std::path::PathBuf;
14 pub fn local_file(this: &Span) -> Option<PathBuf> { in local_file() argument
H A Dproc_macro_span.rs13 use std::path::PathBuf;
39 pub fn local_file(this: &Span) -> Option<PathBuf> { in local_file() argument
/linux/rust/proc-macro2/
H A Dlib.rs180 use std::path::PathBuf;
490 pub fn local_file(&self) -> Option<PathBuf> { in local_file() argument
H A Dfallback.rs31 use std::path::PathBuf;
591 pub(crate) fn local_file(&self) -> Option<PathBuf> { in local_file() argument
H A Dwrapper.rs20 use std::path::PathBuf;
482 pub(crate) fn local_file(&self) -> Option<PathBuf> { in local_file() argument