Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/clap_complete/src/shells/
Dshell.rs107 parse_shell_from_path(path.as_ref()) in from_shell_path()
145 fn parse_shell_from_path(path: &Path) -> Option<Shell> { in parse_shell_from_path() function