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

  /bootable/recovery/minzip/
Zip.h 131 INLINE long mzGetZipEntryUncompLen(const ZipEntry* pEntry) {
184 * enough to hold mzGetZipEntryUncomplen(pEntry) bytes.
Zip.c 831 * enough to hold mzGetZipEntryUncomplen(pEntry) bytes.
838 bec.len = mzGetZipEntryUncompLen(pEntry);
    [all...]
  /bootable/recovery/updater/
install.c 437 v->size = mzGetZipEntryUncompLen(entry);
    [all...]

Completed in 48 milliseconds