Home
last modified time | relevance | path

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

/NovaShell/src/shell/
H A Dmod.rs418 let mut file_name = entry.file_name().into_string().unwrap(); in complete_path() localVariable
419 if file_name.starts_with(incomplete_name) { in complete_path()
420 if file_name.contains(' ') { in complete_path()
421 file_name = format!("\'{}\'", file_name); in complete_path()
424 file_name.push('/'); in complete_path()
426 candidates.push(file_name); in complete_path()