Searched refs:tfJar (Results 1 – 3 of 3) sorted by relevance
113 final File tfJar = new File(mRootDir, "foo.jar"); in testRun() local114 tfJar.createNewFile(); in testRun()119 tfJar.getName(), mTfPath.getName(), mTfLibDir.getName()); in testRun()121 jars.add(tfJar.getAbsolutePath()); in testRun()134 tfJar.getAbsolutePath(), in testRun()
89 File tfJar = new File(mRootDir, "tradefed.jar"); in testRun_withLegacyTradefed() local90 FileUtil.writeToFile(getClass().getResourceAsStream(LEGACY_TRADEFED_JAR), tfJar); in testRun_withLegacyTradefed() local
87 final File tfJar = in buildSubprocessReporterJar() local97 if (tfJar.isDirectory()) { in buildSubprocessReporterJar()98 Set<File> classFiles = FileUtil.findFilesObject(tfJar, CLASS_FILTER); in buildSubprocessReporterJar()103 File extractedJar = ZipUtil2.extractZipToTemp(tfJar, "tmp-jar"); in buildSubprocessReporterJar()