Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/util/zip/
DAbstractZipFileTest.java507 String[] entryNames = { in testArchivesWithRelativePaths() local
519 for (String entryName : entryNames) { in testArchivesWithRelativePaths()
539 for (String entryName : entryNames) { in testArchivesWithRelativePaths()
/libcore/ojluni/src/main/java/java/util/jar/
DJarVerifier.java697 public synchronized Enumeration<String> entryNames(JarFile jar, final CodeSource[] cs) { in entryNames() method in JarVerifier