Home
last modified time | relevance | path

Searched refs:custom_path_list (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/which-rs/src/
H A Dlib.rs240 custom_path_list: Option<OsString>,
250 custom_path_list: None, in default()
341 pub fn custom_path_list(mut self, custom_path_list: OsString) -> Self { in custom_path_list() functions
342 self.custom_path_list = Some(custom_path_list); in custom_path_list()
348 self.custom_path_list = None; in system_path_list()
364 let paths = self.custom_path_list.or_else(|| env::var_os("PATH")); in all_results()

Completed in 1 milliseconds