Home
last modified time | relevance | path

Searched defs:ze (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/util/src/android/util/cts/
DStrictJarFileTest.java129 final ZipEntry ze = it.next(); in checkIteration() local
130 entries.put(ze.getName(), ze); in checkIteration() local
137 ZipEntry ze = entries.get("META-INF/MANIFEST.MF"); in checkIteration() local
179 final ZipEntry ze = jarFile.findEntry("Blah.txt"); in checkFindEntry() local
256 ZipEntry ze = jarFile.findEntry("Test.class"); in checkJarSigning_fudgedEntry() local
287 ZipEntry ze = jarFile.findEntry("Test.class"); in checkJarSigning_modifiedClass() local
/cts/tests/tests/security/src/android/security/cts/
DWallpaperManagerTest.java159 ZipEntry ze; in unZipMaliciousImageFile() local
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DApexSignatureVerificationTest.java223 final ZipEntry ze = (ZipEntry) e.nextElement(); in getResourcesFromJarFile() local