Searched refs:zippy (Results 1 – 1 of 1) sorted by relevance
/dalvik/dexopt/ |
D | OptMain.cpp | 61 ZipArchive zippy; in extractAndProcessZip() local 72 memset(&zippy, 0, sizeof(zippy)); in extractAndProcessZip() 96 if (dexZipPrepArchive(zipFd, debugFileName, &zippy) != 0) { in extractAndProcessZip() 101 zipEntry = dexZipFindEntry(&zippy, kClassesDex); in extractAndProcessZip() 111 if (dexZipGetEntryInfo(&zippy, zipEntry, NULL, &uncompLen, NULL, NULL, in extractAndProcessZip() 125 if (dexZipExtractEntryToFile(&zippy, zipEntry, cacheFd) != 0) { in extractAndProcessZip() 198 dexZipCloseArchive(&zippy); in extractAndProcessZip()
|