Home
last modified time | relevance | path

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

/third_party/rust/crates/which-rs/tests/
H A Dbasic.rs141 let result: Vec<PathBuf> = which::which_re_in(re, Some(f.paths)) in test_which_re_in_with_matches()
160 let result: Vec<PathBuf> = which::which_re_in(re, Some(f.paths)) in test_which_re_in_without_matches()
177 which::which_re_in(Regex::new(r".").unwrap(), Some("pth")) in test_which_re_accepts_owned_and_borrow()
180 which::which_re_in(&Regex::new(r".").unwrap(), Some("pth")) in test_which_re_accepts_owned_and_borrow()
/third_party/rust/crates/which-rs/src/
H A Dlib.rs145 which_re_in(regex, env::var_os("PATH")) in which_re()
178 /// let binaries: Vec<PathBuf> = which::which_re_in(re, paths).unwrap().collect();
183 pub fn which_re_in<T>( in which_re_in() functions

Completed in 2 milliseconds