Home
last modified time | relevance | path

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

/bootable/recovery/minzip/
DZip.h37 long uncompLen; member
92 return pEntry->uncompLen; in mzGetZipEntryUncompLen()
DZip.c95 pEntry->compLen, pEntry->uncompLen, pEntry->compression);
334 pEntry->uncompLen = get4LE(ptr + CENLEN); in parseZipArchive()
501 return processFunction(pArchive->addr + pEntry->offset, pEntry->uncompLen, cookie); in processStoredEntry()
581 if (result != pEntry->uncompLen) { in processDeflatedEntry()
584 result, pEntry->uncompLen); in processDeflatedEntry()
/bootable/recovery/updater/
Dupdater.cpp96 char* script = reinterpret_cast<char*>(malloc(script_entry->uncompLen+1)); in main()
97 if (!mzReadZipEntry(&za, script_entry, script, script_entry->uncompLen)) { in main()
101 script[script_entry->uncompLen] = '\0'; in main()
/bootable/recovery/
Dinstall.cpp81 std::string meta_data(meta_entry->uncompLen, '\0'); in read_source_target_build()
82 if (!mzReadZipEntry(zip, meta_entry, &meta_data[0], meta_entry->uncompLen)) { in read_source_target_build()