Searched refs:mzReadZipEntry (Results 1 – 5 of 5) sorted by relevance
/bootable/recovery/otafault/ |
D | config.cpp | 67 mzReadZipEntry(archive, entry, &fname[0], OTAIO_MAX_FNAME_SIZE); in fault_fname()
|
/bootable/recovery/minzip/ |
D | Zip.h | 119 bool mzReadZipEntry(const ZipArchive* pArchive, const ZipEntry* pEntry,
|
D | Zip.c | 643 bool mzReadZipEntry(const ZipArchive* pArchive, const ZipEntry* pEntry, in mzReadZipEntry() function
|
/bootable/recovery/updater/ |
D | updater.cpp | 97 if (!mzReadZipEntry(&za, script_entry, script, script_entry->uncompLen)) { in main()
|
/bootable/recovery/ |
D | install.cpp | 82 if (!mzReadZipEntry(zip, meta_entry, &meta_data[0], meta_entry->uncompLen)) { in read_source_target_build()
|