Home
last modified time | relevance | path

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

/NovaShell/src/shell/
H A Dmod.rs416 for entry in read_dir { in complete_path()
417 let entry = entry.unwrap(); in complete_path() localVariable
418 let mut file_name = entry.file_name().into_string().unwrap(); in complete_path()
423 if entry.file_type().unwrap().is_dir() { in complete_path()