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

  /bootable/recovery/minzip/
Zip.h 85 const ZipEntry* mzFindZipEntry(const ZipArchive* pArchive,
Zip.c 479 const ZipEntry* mzFindZipEntry(const ZipArchive* pArchive,
    [all...]
  /bootable/recovery/updater/
updater.c 85 const ZipEntry* script_entry = mzFindZipEntry(&za, SCRIPT_NAME);
blockimg.c 416 const ZipEntry* patch_entry = mzFindZipEntry(za, patch_data_fn->data);
425 const ZipEntry* new_entry = mzFindZipEntry(za, new_data_fn->data);
install.c 531 const ZipEntry* entry = mzFindZipEntry(za, zip_path);
563 const ZipEntry* entry = mzFindZipEntry(za, zip_path);
    [all...]
  /bootable/recovery/
install.cpp 52 mzFindZipEntry(zip, ASSUMED_UPDATE_BINARY_NAME);

Completed in 114 milliseconds