Searched refs:extractedDir (Results 1 – 2 of 2) sorted by relevance
115 File extractedDir = createTempDir("extract-foo"); in testCreateAndExtractZip() local122 ZipUtil.extractZip(new ZipFile(zipFile), extractedDir); in testCreateAndExtractZip()125 File extractedParentDir = new File(extractedDir, tmpParentDir.getName()); in testCreateAndExtractZip()146 File extractedDir = createTempDir("extract-foo"); in testCreateAndExtractZip_fromFiles() local153 ZipUtil.extractZip(new ZipFile(zipFile), extractedDir); in testCreateAndExtractZip_fromFiles()156 File extractedFile1 = new File(extractedDir, file1.getName()); in testCreateAndExtractZip_fromFiles()157 File extractedFile2 = new File(extractedDir, file2.getName()); in testCreateAndExtractZip_fromFiles()
417 File extractedDir = in unzipIfRequired() local421 ZipUtil2.extractZip(downloadedFile, extractedDir); in unzipIfRequired()423 return extractedDir; in unzipIfRequired()