Home
last modified time | relevance | path

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

/third_party/rust/crates/which-rs/src/
Dfinder.rs162 static PATH_EXTENSIONS: Lazy<Vec<String>> = Lazy::new(|| { in append_extension() constant
186 if has_executable_extension(&p, &PATH_EXTENSIONS) { in append_extension()
200 .chain(PATH_EXTENSIONS.iter().map(move |e| { in append_extension()