Searched refs:uncompLen (Results 1 - 2 of 2) sorted by relevance

/dalvik/libdex/
H A DZipArchive.cpp512 size_t uncompLen = get4LE(ptr + kCDEUncompLen); local
514 *pUncompLen = uncompLen;
526 * Note we don't verify compLen/uncompLen if they don't request the
571 (off_t)(dataOffset + uncompLen) > cdOffset)
574 (long) dataOffset, uncompLen, (long) cdOffset);
587 static int inflateToFile(int outFd, int inFd, size_t uncompLen, size_t compLen) argument
673 if (zstream.total_out != uncompLen) {
675 zstream.total_out, uncompLen);
707 size_t uncompLen, compLen; local
710 if (dexZipGetEntryInfo(pArchive, entry, &method, &uncompLen,
[all...]
/dalvik/dexopt/
H A DOptMain.cpp63 size_t uncompLen; local
111 if (dexZipGetEntryInfo(&zippy, zipEntry, NULL, &uncompLen, NULL, NULL,
118 uncompLen = uncompLen;
186 if (!dvmContinueOptimization(cacheFd, dexOffset, uncompLen, debugFileName,

Completed in 165 milliseconds