Home
last modified time | relevance | path

Searched refs:tfJar (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/cluster/
DClusterCommandLauncherTest.java116 final File tfJar = new File(mRootDir, "foo.jar"); in testRun() local
117 tfJar.createNewFile(); in testRun()
123 tfJar.getName(), mTfPath.getName(), mTfLibDir.getName()); in testRun()
125 jars.add(tfJar.getAbsolutePath()); in testRun()
135 tfJar.getAbsolutePath(), in testRun()
195 final File tfJar = new File(mRootDir, "foo.jar"); in testRun_withTFDeviceCount() local
196 tfJar.createNewFile(); in testRun_withTFDeviceCount()
202 tfJar.getName(), mTfPath.getName(), mTfLibDir.getName()); in testRun_withTFDeviceCount()
204 jars.add(tfJar.getAbsolutePath()); in testRun_withTFDeviceCount()
250 final File tfJar = new File(mTfPath, "foo.jar"); in testRun_withSetupScripts() local
[all …]
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DSubprocessReportingHelper.java88 final File tfJar = in buildSubprocessReporterJar() local
98 if (tfJar.isDirectory()) { in buildSubprocessReporterJar()
99 Set<File> classFiles = FileUtil.findFilesObject(tfJar, CLASS_FILTER); in buildSubprocessReporterJar()
104 File extractedJar = ZipUtil2.extractZipToTemp(tfJar, "tmp-jar"); in buildSubprocessReporterJar()