Searched refs:zipEntry (Results 1 – 3 of 3) sorted by relevance
242 ZipEntry zipEntry = entries.nextElement(); in applyUpdateFile() local243 String fileName = zipEntry.getName(); in applyUpdateFile()244 long extraSize = zipEntry.getExtra() == null ? 0 : zipEntry.getExtra().length; in applyUpdateFile()247 if (zipEntry.isDirectory()) { in applyUpdateFile()251 long length = zipEntry.getCompressedSize(); in applyUpdateFile()253 if (zipEntry.getMethod() != ZipEntry.STORED) { in applyUpdateFile()261 InputStream inputStream = zip.getInputStream(zipEntry); in applyUpdateFile()
75 static String getValidatedName(ZipEntry zipEntry) throws ZipException { in getValidatedName() argument78 String name = zipEntry.getName(); in getValidatedName()
META-INF/ META-INF/MANIFEST.MF org/ org/jf/ org/ ...