Searched defs:outfile (Results 1 – 2 of 2) sorted by relevance
654 let mut outfile = File::create(&outpath).map_err(|e| e.to_string())?; unzip() localVariable
662 let mut outfile = File::create(&outpath).map_err(|e| e.to_string())?; in unzip() localVariable