Searched refs:cwd_search_candidates (Results 1 – 1 of 1) sorted by relevance
72 Either::Left(Self::cwd_search_candidates(path, cwd).into_iter()) in find()122 fn cwd_search_candidates<C>(binary_name: PathBuf, cwd: C) -> impl IntoIterator<Item = PathBuf> in cwd_search_candidates() method