HomeSort by relevance Sort by last modified time
    Searched refs:uncompLen (Results 1 - 5 of 5) sorted by null

  /bootable/recovery/updater/
updater.c 91 char* script = malloc(script_entry->uncompLen+1);
92 if (!mzReadZipEntry(&za, script_entry, script, script_entry->uncompLen)) {
96 script[script_entry->uncompLen] = '\0';
  /bootable/recovery/minzip/
Zip.h 37 long uncompLen;
128 return pEntry->uncompLen;
Zip.c 95 pEntry->compLen, pEntry->uncompLen, pEntry->compression);
338 pEntry->uncompLen = get4LE(ptr + CENLEN);
505 return processFunction(pArchive->addr + pEntry->offset, pEntry->uncompLen, cookie);
586 if (result != pEntry->uncompLen) {
589 result, pEntry->uncompLen);
753 *length = pEntry->uncompLen;
1024 if (pEntry->uncompLen == 0) {
1030 char *linkTarget = malloc(pEntry->uncompLen + 1);
1036 pEntry->uncompLen);
1043 linkTarget[pEntry->uncompLen] = '\0'
    [all...]
  /build/tools/zipalign/
ZipEntry.h 180 void setDataInfo(long uncompLen, long compLen, unsigned long crc32,
ZipEntry.cpp 259 void ZipEntry::setDataInfo(long uncompLen, long compLen, unsigned long crc32,
265 mCDE.mUncompressedSize = uncompLen;

Completed in 229 milliseconds