Home
last modified time | relevance | path

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

/dalvik/dexopt/
DOptMain.cpp62 ZipEntry zipEntry; in extractAndProcessZip() local
101 zipEntry = dexZipFindEntry(&zippy, kClassesDex); in extractAndProcessZip()
102 if (zipEntry == NULL) { in extractAndProcessZip()
111 if (dexZipGetEntryInfo(&zippy, zipEntry, NULL, &uncompLen, NULL, NULL, in extractAndProcessZip()
125 if (dexZipExtractEntryToFile(&zippy, zipEntry, cacheFd) != 0) { in extractAndProcessZip()