Searched refs:ZipArchive (Results 1 - 6 of 6) sorted by relevance

/bootable/recovery/minzip/
H A DZip.h52 typedef struct ZipArchive { struct
58 } ZipArchive; typedef in typeref:struct:ZipArchive
75 int mzOpenZipArchive(const char* fileName, ZipArchive* pArchive);
83 void mzCloseZipArchive(ZipArchive* pArchive);
89 const ZipEntry* mzFindZipEntry(const ZipArchive* pArchive,
95 INLINE unsigned int mzZipEntryCount(const ZipArchive* pArchive) {
103 mzGetZipEntryAt(const ZipArchive* pArchive, unsigned int index)
115 mzGetZipEntryIndex(const ZipArchive *pArchive, const ZipEntry *pEntry) {
160 bool mzProcessZipEntryContents(const ZipArchive *pArchive,
167 bool mzReadZipEntry(const ZipArchive* pArchiv
[all...]
H A DZip.c187 static bool parseZipArchive(ZipArchive* pArchive, const MemMapping* pMap)
430 int mzOpenZipArchive(const char* fileName, ZipArchive* pArchive)
478 * Close a ZipArchive, closing the file and freeing the contents.
480 * NOTE: the ZipArchive may not have been fully created.
482 void mzCloseZipArchive(ZipArchive* pArchive)
505 const ZipEntry* mzFindZipEntry(const ZipArchive* pArchive,
527 static bool processStoredEntry(const ZipArchive *pArchive,
556 static bool processDeflatedEntry(const ZipArchive *pArchive,
672 bool mzProcessZipEntryContents(const ZipArchive *pArchive,
714 bool mzIsZipEntryIntact(const ZipArchive *pArchiv
[all...]
/bootable/recovery/updater/
H A Dupdater.h32 ZipArchive* package_zip;
H A Dupdater.c68 ZipArchive za;
H A Dinstall.c365 ZipArchive* za = ((UpdaterInfo*)(state->cookie))->package_zip;
398 ZipArchive* za = ((UpdaterInfo*)(state->cookie))->package_zip;
430 ZipArchive* za = ((UpdaterInfo*)(state->cookie))->package_zip;
/bootable/recovery/
H A Dinstall.cpp50 try_update_binary(const char *path, ZipArchive *zip, int* wipe_cache) {
316 ZipArchive zip;

Completed in 158 milliseconds