Searched refs:CannotFindBinaryPath (Results 1 – 3 of 3) sorted by relevance
9 CannotFindBinaryPath, enumerator21 Error::CannotFindBinaryPath => write!(f, "cannot find binary path"), in fmt()
57 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()
76 let p = paths.ok_or(Error::CannotFindBinaryPath)?; in find()98 let p = paths.ok_or(Error::CannotFindBinaryPath)?; in find_re()