Searched defs:raw_file (Results 1 – 1 of 1) sorted by relevance
128 raw_file: Mutex<File>, field173 let raw_file = File::open(zip_file)?; in new() localVariable346 let mut raw_file = self.raw_file.lock().unwrap(); in read() localVariable