Searched refs:entry (Results 1 – 1 of 1) sorted by relevance
416 for entry in read_dir { in complete_path()417 let entry = entry.unwrap(); in complete_path() localVariable418 let mut file_name = entry.file_name().into_string().unwrap(); in complete_path()423 if entry.file_type().unwrap().is_dir() { in complete_path()