Home
last modified time | relevance | path

Searched refs:ZipArchive (Results 1 – 10 of 10) sorted by relevance

/bootable/recovery/minzip/
DZip.h41 typedef struct ZipArchive { struct
47 } ZipArchive; typedef
64 int mzOpenZipArchive(const char* fileName, ZipArchive* pArchive);
72 void mzCloseZipArchive(ZipArchive* pArchive);
78 const ZipEntry* mzFindZipEntry(const ZipArchive* pArchive,
84 INLINE unsigned int mzZipEntryCount(const ZipArchive* pArchive) { in mzZipEntryCount()
92 mzGetZipEntryAt(const ZipArchive* pArchive, unsigned int index) in mzGetZipEntryAt()
104 mzGetZipEntryIndex(const ZipArchive *pArchive, const ZipEntry *pEntry) { in mzGetZipEntryIndex()
149 bool mzProcessZipEntryContents(const ZipArchive *pArchive,
156 bool mzReadZipEntry(const ZipArchive* pArchive, const ZipEntry* pEntry,
[all …]
DZip.c187 static bool parseZipArchive(ZipArchive* pArchive, const MemMapping* pMap) in parseZipArchive()
430 int mzOpenZipArchive(const char* fileName, ZipArchive* pArchive) in mzOpenZipArchive()
482 void mzCloseZipArchive(ZipArchive* pArchive) in mzCloseZipArchive()
505 const ZipEntry* mzFindZipEntry(const ZipArchive* pArchive, in mzFindZipEntry()
527 static bool processStoredEntry(const ZipArchive *pArchive, in processStoredEntry()
556 static bool processDeflatedEntry(const ZipArchive *pArchive, in processDeflatedEntry()
672 bool mzProcessZipEntryContents(const ZipArchive *pArchive, in mzProcessZipEntryContents()
714 bool mzIsZipEntryIntact(const ZipArchive *pArchive, const ZipEntry *pEntry) in mzIsZipEntryIntact()
755 bool mzReadZipEntry(const ZipArchive* pArchive, const ZipEntry* pEntry, in mzReadZipEntry()
801 bool mzExtractZipEntryToFile(const ZipArchive *pArchive, in mzExtractZipEntryToFile()
[all …]
/bootable/recovery/
Droots.h29 int register_package_root(const ZipArchive *package, const char *package_path);
46 char *out_buf, size_t out_buf_len, const ZipArchive **out_package);
Dverifier.h27 bool verify_jar_signature(const ZipArchive *pArchive,
Dverifier.c29 static char *slurpEntry(const ZipArchive *pArchive, const ZipEntry *pEntry) { in slurpEntry()
78 static bool digestEntry(const ZipArchive *pArchive, const ZipEntry *pEntry, in digestEntry()
105 static const ZipEntry *verifySignature(const ZipArchive *pArchive, in verifySignature()
165 static const ZipEntry *verifyManifest(const ZipArchive *pArchive, in verifyManifest()
216 static bool verifyArchive(const ZipArchive *pArchive, const ZipEntry *mfEntry) { in verifyArchive()
352 bool verify_jar_signature(const ZipArchive *pArchive, in verify_jar_signature()
Dinstall.c43 handle_firmware_update(char* type, char* filename, ZipArchive* zip) { in handle_firmware_update()
102 try_update_binary(const char *path, ZipArchive *zip) { in try_update_binary()
237 handle_update_package(const char *path, ZipArchive *zip, in handle_update_package()
365 ZipArchive zip; in install_package()
Droots.c86 static const ZipArchive *g_package = NULL;
90 register_package_root(const ZipArchive *package, const char *package_path) in register_package_root()
115 char *out_buf, size_t out_buf_len, const ZipArchive **out_package) in translate_package_root_path()
/bootable/recovery/updater/
Dupdater.h25 ZipArchive* package_zip;
Dupdater.c53 ZipArchive za; in main()
Dinstall.c300 ZipArchive* za = ((UpdaterInfo*)(state->cookie))->package_zip; in PackageExtractDirFn()
326 ZipArchive* za = ((UpdaterInfo*)(state->cookie))->package_zip; in PackageExtractFileFn()