Home
last modified time | relevance | path

Searched refs:mzFindZipEntry (Results 1 – 7 of 7) sorted by relevance

/bootable/recovery/otafault/
Dconfig.cpp53 const ZipEntry* entry = mzFindZipEntry(archive, type_path.c_str()); in should_fault_inject()
66 const ZipEntry* entry = mzFindZipEntry(archive, type_path.c_str()); in fault_fname()
/bootable/recovery/minzip/
DZip.h85 const ZipEntry* mzFindZipEntry(const ZipArchive* pArchive,
DZip.c475 const ZipEntry* mzFindZipEntry(const ZipArchive* pArchive, in mzFindZipEntry() function
/bootable/recovery/
Dinstall.cpp82 const ZipEntry* meta_entry = mzFindZipEntry(zip, METADATA_PATH); in read_metadata_from_package()
230 mzFindZipEntry(zip, AB_OTA_PAYLOAD_PROPERTIES); in update_binary_command()
243 const ZipEntry* payload_entry = mzFindZipEntry(zip, AB_OTA_PAYLOAD); in update_binary_command()
268 mzFindZipEntry(zip, ASSUMED_UPDATE_BINARY_NAME); in update_binary_command()
/bootable/recovery/updater/
Dupdater.cpp90 const ZipEntry* script_entry = mzFindZipEntry(&za, SCRIPT_NAME); in main()
Dinstall.cpp559 const ZipEntry* entry = mzFindZipEntry(za, zip_path); in PackageExtractFileFn()
600 const ZipEntry* entry = mzFindZipEntry(za, zip_path); in PackageExtractFileFn()
Dblockimg.cpp1442 const ZipEntry* patch_entry = mzFindZipEntry(za, patch_data_fn->data); in PerformBlockImageUpdate()
1449 const ZipEntry* new_entry = mzFindZipEntry(za, new_data_fn->data); in PerformBlockImageUpdate()