Home
last modified time | relevance | path

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

/third_party/rust/crates/which-rs/src/
Dfinder.rs72 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