Home
last modified time | relevance | path

Searched refs:mzReadZipEntry (Results 1 – 5 of 5) sorted by relevance

/bootable/recovery/otafault/
Dconfig.cpp67 mzReadZipEntry(archive, entry, &fname[0], OTAIO_MAX_FNAME_SIZE); in fault_fname()
/bootable/recovery/minzip/
DZip.h119 bool mzReadZipEntry(const ZipArchive* pArchive, const ZipEntry* pEntry,
DZip.c643 bool mzReadZipEntry(const ZipArchive* pArchive, const ZipEntry* pEntry, in mzReadZipEntry() function
/bootable/recovery/updater/
Dupdater.cpp97 if (!mzReadZipEntry(&za, script_entry, script, script_entry->uncompLen)) { in main()
/bootable/recovery/
Dinstall.cpp82 if (!mzReadZipEntry(zip, meta_entry, &meta_data[0], meta_entry->uncompLen)) { in read_source_target_build()