Home
last modified time | relevance | path

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

/third_party/rust/crates/which-rs/src/
H A Dlib.rs57 which_all(binary_name).and_then(|mut i| i.next().ok_or(Error::CannotFindBinaryPath)) in which()
85 pub fn which_all<T: AsRef<OsStr>>(binary_name: T) -> Result<impl Iterator<Item = path::PathBuf>> { in which_all() functions
417 /// this calls `which_all` and maps the results into `Path`s.
419 which_all(binary_name).map(|inner| inner.map(|inner| Path { inner })) in all()
531 /// This calls `which_all` and `Path::canonicalize` and maps the results into `CanonicalPath`s.
535 which_all(binary_name).map(|inner| { in all()

Completed in 1 milliseconds