Searched refs:outpath (Results 1 – 2 of 2) sorted by relevance
650 let outpath = match file.enclosed_name() { in unzip() 655 std::fs::create_dir_all(&outpath).map_err(|e| e.to_string())?; in unzip() 657 if let Some(p) = outpath.parent() { in unzip() 662 let mut outfile = File::create(&outpath).map_err(|e| e.to_string())?; in unzip() 670 &outpath, in unzip() 642 let outpath = match file.enclosed_name() { unzip() localVariable
650 let outpath = match file.enclosed_name() { in unzip() localVariable655 std::fs::create_dir_all(&outpath).map_err(|e| e.to_string())?; in unzip()657 if let Some(p) = outpath.parent() { in unzip()662 let mut outfile = File::create(&outpath).map_err(|e| e.to_string())?; in unzip()670 &outpath, in unzip()