Searched defs:file (Results 1 – 8 of 8) sorted by relevance
1 pub mod file; module
26 let mut file = File::create(path.join(file_name))?; in download_file() localVariable
229 let mut file = File::create(disk_image_path)?; in create_raw_img() localVariable380 let mut file = File::open(&disk_image_path)?; in test_create_raw_img_functional() localVariable
637 let file = File::open(&self.archive_path.join(&self.archive_name)) unzip() localVariable 641 let mut file = archive.by_index(i).map_err(|e| e.to_string())?; unzip() localVariable [all...]
645 let file = File::open(&self.archive_path.join(&self.archive_name)) in unzip() localVariable649 let mut file = archive.by_index(i).map_err(|e| e.to_string())?; in unzip() localVariable