Home
last modified time | relevance | path

Searched refs:CannotFindBinaryPath (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/which/src/
Derror.rs9 CannotFindBinaryPath, enumerator
21 Error::CannotFindBinaryPath => write!(f, "cannot find binary path"), in fmt()
Dlib.rs57 which_all(binary_name).and_then(|mut i| i.next().ok_or(Error::CannotFindBinaryPath)) in which()
81 which_all_global(binary_name).and_then(|mut i| i.next().ok_or(Error::CannotFindBinaryPath)) in which_global()
156 .and_then(|mut i| i.next().ok_or(Error::CannotFindBinaryPath)) in which_in()
355 .and_then(|mut i| i.next().ok_or(Error::CannotFindBinaryPath)) in first_result()
Dfinder.rs76 let p = paths.ok_or(Error::CannotFindBinaryPath)?; in find()
98 let p = paths.ok_or(Error::CannotFindBinaryPath)?; in find_re()