Home
last modified time | relevance | path

Searched refs:extractFileFromZip (Results 1 – 11 of 11) sorted by relevance

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/util/
DBugreport.java83 mainEntry = ZipUtil2.extractFileFromZip(zip, "main_entry.txt"); in getMainFile()
90 return ZipUtil2.extractFileFromZip(zip, bugreportName); in getMainFile()
146 bugreport = ZipUtil2.extractFileFromZip(zip, name); in extractFileBugreport()
/tools/tradefederation/core/javatests/com/android/tradefed/util/
DZipUtil2Test.java83 boolean extracted = ZipUtil2.extractFileFromZip(zipFile, "NOT_EXIST", destFile); in testExtractFileFromZip()
85 extracted = ZipUtil2.extractFileFromZip(zipFile, fileName, destFile); in testExtractFileFromZip()
100 File extracted = ZipUtil2.extractFileFromZip(zipFile, fileName); in testExtractFileFromZipToTemp()
DZipUtilTest.java196 extractedSubFile = ZipUtil.extractFileFromZip(new ZipFile(zipFile), in testCreateAndExtractFileFromZip()
/tools/tradefederation/core/common_util/com/android/tradefed/util/
DZipUtil2.java140 public static boolean extractFileFromZip(ZipFile zipFile, String filePath, File destFile) in extractFileFromZip() method in ZipUtil2
158 public static File extractFileFromZip(ZipFile zipFile, String filePath) throws IOException { in extractFileFromZip() method in ZipUtil2
DFileUtil.java1121 public static File extractFileFromZip(ZipFile zipFile, String filePath) throws IOException { in extractFileFromZip() method in FileUtil
1122 return ZipUtil.extractFileFromZip(zipFile, filePath); in extractFileFromZip()
DZipUtil.java158 public static File extractFileFromZip(ZipFile zipFile, String filePath) throws IOException { in extractFileFromZip() method in ZipUtil
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterBuildProvider.java355 if (!ZipUtil2.extractFileFromZip(zip, name, destFile)) {
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DTestMappingSuiteRunner.java565 ZipUtil2.extractFileFromZip( in filterByAllowedTestLists()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DGkiDeviceFlashPreparer.java899 ZipUtil2.extractFileFromZip(sourceZipFile, requestedFileName, requestedFile); in getRequestedFile()
DFastbootDeviceFlasher.java682 userdataImg = ZipUtil2.extractFileFromZip(zip, "userdata.img"); in flashUserDataFromDeviceImageFile()
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java329 mainEntry = ZipUtil2.extractFileFromZip(zip, "main_entry.txt"); in getBugreport()
332 File bugreport = ZipUtil2.extractFileFromZip(zip, bugreportName); in getBugreport()