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/
H A Dfinder.rs159 // PATH_EXTENSIONS is then [".COM", ".EXE", ".BAT", …]. in append_extension()
160 // (In one use of PATH_EXTENSIONS we skip the dot, but in the other we need it; in append_extension()
162 static PATH_EXTENSIONS: Lazy<Vec<String>> = Lazy::new(|| { in append_extension() consts
186 if has_executable_extension(&p, &PATH_EXTENSIONS) { in append_extension()
200 .chain(PATH_EXTENSIONS.iter().map(move |e| { in append_extension()

Completed in 1 milliseconds