Home
last modified time | relevance | path

Searched refs:unGzip (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/util/
DTarUtilTest.java92 File testFile = TarUtil.unGzip(logTarGzFile, mWorkDir); in testUnGzip_withTargzFormat()
110 File testFile = TarUtil.unGzip(logTgzFile, mWorkDir); in testUnGzip_withTgzFormat()
127 File testFile = TarUtil.unGzip(logTarGzFile, mWorkDir); in testUntar()
161 File testFile = TarUtil.unGzip(logTarGzFile, mWorkDir); in testUnTar_withFileNames()
178 File testFile = TarUtil.unGzip(logTarGzFile, mWorkDir); in testUnTar_withFileNamesNotFound()
249 TarUtil.unGzip(zipped, unzipped); in testGzipDir_unGzip()
/tools/tradefederation/core/src/com/android/tradefed/util/
DTarUtil.java197 public static File unGzip(final File inputFile, final File outputDir) in unGzip() method in TarUtil
261 File tarFile = TarUtil.unGzip(targzFile, unGzipDir); in extractTarGzipToTemp()
295 ungzipLog = TarUtil.unGzip(targzFile, dir); in extractAndLog()
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterBuildProvider.java289 File tar = TarUtil.unGzip(archive, unGzipDir);