Home
last modified time | relevance | path

Searched defs:targetFile (Results 1 – 6 of 6) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/build/cache/
DPartialZipDownloadCacheTest.java54 File targetFile = FileUtil.createTempFile("test-name", ".config"); in testcache() local
/tools/tradefederation/core/common_util/com/android/tradefed/util/
DZipUtil.java500 public static void applyPermission(File targetFile, CentralDirectoryInfo zipEntry) in applyPermission()
521 public static void unzipPartialZipFolder(File targetFile, CentralDirectoryInfo zipEntry) in unzipPartialZipFolder()
555 File targetFile, in unzipPartialZipFile()
642 private static void unzipRawZip(File zipFile, File targetFile, CentralDirectoryInfo zipEntry) in unzipRawZip()
679 private static void unzipSymlink(File zipFile, File targetFile, CentralDirectoryInfo zipEntry) in unzipSymlink()
/tools/tradefederation/core/src/com/android/tradefed/build/cache/
DPartialZipDownloadCache.java105 public boolean getCachedFile(File targetFile, String fileName, String crc) { in getCachedFile()
/tools/tradefederation/core/src/com/android/tradefed/util/
DRemoteZip.java204 File targetFile = new File(destDir, info.getFileName()); in downloadFiles() local
312 File targetFile = in unzipDownloadedCollection() local
/tools/tradefederation/core/javatests/com/android/tradefed/util/
DZipUtilTest.java243 File targetFile; in testPartipUnzip() local
469 File targetFile; in testPartialUnzipWithUseZip64() local
DRemoteZipTest.java152 File targetFile = Paths.get(destDir.getPath(), "large_text", "file.txt").toFile(); in testDownloadFilesFromZip() local