Home
last modified time | relevance | path

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

/NovaShell/src/shell/
H A Dmod.rs408 let incomplete_name: &str; in complete_path() localVariable
411 incomplete_name = &incomplete_path[index + 1..]; in complete_path()
413 incomplete_name = incomplete_path; in complete_path()
419 if file_name.starts_with(incomplete_name) { in complete_path()