Searched refs:mzFindZipEntry (Results 1 – 7 of 7) sorted by relevance
/bootable/recovery/otafault/ |
D | config.cpp | 53 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/ |
D | Zip.h | 85 const ZipEntry* mzFindZipEntry(const ZipArchive* pArchive,
|
D | Zip.c | 475 const ZipEntry* mzFindZipEntry(const ZipArchive* pArchive, in mzFindZipEntry() function
|
/bootable/recovery/ |
D | install.cpp | 82 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/ |
D | updater.cpp | 90 const ZipEntry* script_entry = mzFindZipEntry(&za, SCRIPT_NAME); in main()
|
D | install.cpp | 559 const ZipEntry* entry = mzFindZipEntry(za, zip_path); in PackageExtractFileFn() 600 const ZipEntry* entry = mzFindZipEntry(za, zip_path); in PackageExtractFileFn()
|
D | blockimg.cpp | 1442 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()
|