Searched defs:zipEntry (Results 1 - 4 of 4) sorted by relevance

/dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
H A DJarEntryTest.java40 private ZipEntry zipEntry; field in class:JarEntryTest
108 zipEntry = jarFile.getEntry(entryName);
109 assertNotNull("Zip entry is null", zipEntry);
110 jarEntry = new JarEntry(zipEntry);
175 zipEntry = jarFile.getEntry(entryName2);
176 jarEntry = new JarEntry(zipEntry);
258 zipEntry = jarFile.getEntry(entryName);
259 assertNotNull("Zip entry is null", zipEntry);
/dalvik/libcore/archive/src/main/java/java/util/jar/
H A DJarFile.java64 private ZipEntry zipEntry; field in class:JarFile.JarFileInputStream
73 zipEntry = ze;
74 count = zipEntry.getSize();
/dalvik/dexopt/
H A DOptMain.c58 ZipEntry zipEntry; local
93 zipEntry = dexZipFindEntry(&zippy, kClassesDex);
94 if (zipEntry == NULL) {
103 if (!dexZipGetEntryInfo(&zippy, zipEntry, NULL, &uncompLen, NULL, NULL,
117 if (!dexZipExtractEntryToFile(&zippy, zipEntry, cacheFd)) {
/dalvik/libcore/archive/src/main/native/
H A Dzipsup.c75 HyZipEntry * zipEntry));
79 HyZipEntry * zipEntry, const char *filename,
103 HyZipEntry * zipEntry, IDATA * nextEntryPointer));
417 HyZipEntry * zipEntry)
429 (IDATA) (zipEntry->dataPointer + zipEntry->compressedSize))
433 zipEntry->dataPointer + zipEntry->compressedSize,
444 blockPointer = dataSize = zipEntry->compressedSize;
512 zipEntry
416 scanForDataDescriptor(HyPortLibrary * portLib, HyZipFile * zipFile, HyZipEntry * zipEntry) argument
851 readZipEntry(HyPortLibrary * portLib, HyZipFile * zipFile, HyZipEntry * zipEntry, const char *filename, IDATA * enumerationPointer, IDATA * entryStart, BOOLEAN findDirectory) argument
1368 zip_getNextZipEntry(HyPortLibrary * portLib, HyZipFile * zipFile, HyZipEntry * zipEntry, IDATA * nextEntryPointer) argument
[all...]

Completed in 89 milliseconds