Home
last modified time | relevance | path

Searched defs:jarFile (Results 1 – 12 of 12) sorted by relevance

/cts/tests/tests/util/src/android/util/cts/
DStrictJarFileTest.java95 StrictJarFile jarFile = new StrictJarFile(fileName); in testConstructor() local
104 StrictJarFile jarFile = new StrictJarFile(fd); in testConstructor_FD() local
111 StrictJarFile jarFile = in testIteration() local
121 StrictJarFile jarFile = new StrictJarFile(fd); in testIteration_FD() local
125 private static void checkIteration(StrictJarFile jarFile) throws Exception { in checkIteration()
161 StrictJarFile jarFile = in testFindEntry() local
171 StrictJarFile jarFile = new StrictJarFile(fd); in testFindEntry_FD() local
175 private static void checkFindEntry(StrictJarFile jarFile) throws Exception { in checkFindEntry()
189 StrictJarFile jarFile = in testGetManifest() local
199 StrictJarFile jarFile = new StrictJarFile(fd); in testGetManifest_FD() local
[all …]
/cts/tools/cts-api-coverage/src/com/android/cts/apimap/
DFileUtils.java55 Path jarFile = Paths.get(String.format( in getJarFile() local
78 Path jarFile = getJarFile(file); in getJarFilesFromFile() local
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DJarTestFinder.java41 try (JarFile jarFile = new JarFile(jarTestFile)) { in getClasses()
DTestCaseReport.java295 try (JarFile jarFile = new JarFile(jarTestFile)) { in getJarTestClasses()
/cts/tools/release-parser/src/com/android/cts/releaseparser/
DJarTestFinder.java38 try (JarFile jarFile = new JarFile(jarTestFile)) { in getClasses()
DTestSuiteParser.java415 try (JarFile jarFile = new JarFile(jarTestFile)) { in getJarTestClasses()
/cts/hostsidetests/security/src/android/security/cts/
DSELinuxNeverallowRulesTestVendor.java82 JarFile jarFile = new JarFile(SELinuxHostTest.class in generateRules() local
/cts/tools/vm-tests-tf/targetprep/src/android/core/vm/targetprep/
DVmTestPreparer.java86 File jarFile = ctsBuild.getTestFile(JAR_FILE); in installVmPrereqs() local
/cts/hostsidetests/jdwpsecurity/src/android/jdwpsecurity/cts/
DJdwpSecurityHostTest.java89 File jarFile = buildHelper.getTestFile(DEVICE_JAR_FILENAME); in setUp() local
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DApexSignatureVerificationTest.java258 File jarFile = new File( in pullWellKnownSignatures() local
/cts/tools/vm-tests-tf/build/src/util/build/
DBuildDalvikSuite.java272 BuildStep.BuildFile jarFile = new BuildStep.BuildFile( in generateBuildStepForDependant() local
/cts/hostsidetests/appcompat/strictjavapackages/src/android/compat/sjp/cts/
DStrictJavaPackagesTest.java1199 try (JarFile jarFile = new JarFile(jar)) { in getJarFileContents()