Home
last modified time | relevance | path

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

/bootable/recovery/minzip/
DZip.h48 typedef struct ZipArchive { struct
54 } ZipArchive; argument
71 int mzOpenZipArchive(unsigned char* addr, size_t length, ZipArchive* pArchive);
79 void mzCloseZipArchive(ZipArchive* pArchive);
85 const ZipEntry* mzFindZipEntry(const ZipArchive* pArchive,
112 bool mzProcessZipEntryContents(const ZipArchive *pArchive,
119 bool mzReadZipEntry(const ZipArchive* pArchive, const ZipEntry* pEntry,
125 bool mzExtractZipEntryToFile(const ZipArchive *pArchive,
132 bool mzExtractZipEntryToBuffer(const ZipArchive *pArchive,
162 bool mzExtractRecursive(const ZipArchive *pArchive,
DZip.c187 static bool parseZipArchive(ZipArchive* pArchive) in parseZipArchive()
426 int mzOpenZipArchive(unsigned char* addr, size_t length, ZipArchive* pArchive) in mzOpenZipArchive()
458 void mzCloseZipArchive(ZipArchive* pArchive) in mzCloseZipArchive()
475 const ZipEntry* mzFindZipEntry(const ZipArchive* pArchive, in mzFindZipEntry()
497 static bool processStoredEntry(const ZipArchive *pArchive, in processStoredEntry()
504 static bool processDeflatedEntry(const ZipArchive *pArchive, in processDeflatedEntry()
600 bool mzProcessZipEntryContents(const ZipArchive *pArchive, in mzProcessZipEntryContents()
643 bool mzReadZipEntry(const ZipArchive* pArchive, const ZipEntry* pEntry, in mzReadZipEntry()
689 bool mzExtractZipEntryToFile(const ZipArchive *pArchive, in mzExtractZipEntryToFile()
721 bool mzExtractZipEntryToBuffer(const ZipArchive *pArchive, in mzExtractZipEntryToBuffer()
[all …]
/bootable/recovery/otafault/
Dconfig.cpp31 static ZipArchive* archive;
38 void ota_io_init(ZipArchive* za) { in ota_io_init()
Dconfig.h55 void ota_io_init(ZipArchive* za);
/bootable/recovery/updater/
Dupdater.h28 ZipArchive* package_zip;
Dupdater.cpp80 ZipArchive za; in main()
Dinstall.cpp523 ZipArchive* za = ((UpdaterInfo*)(state->cookie))->package_zip; in PackageExtractDirFn()
553 ZipArchive* za = ((UpdaterInfo*)(state->cookie))->package_zip; in PackageExtractFileFn()
599 ZipArchive* za = ((UpdaterInfo*)(state->cookie))->package_zip; in PackageExtractFileFn()
Dblockimg.cpp299 ZipArchive* za;
1436 ZipArchive* za = ui->package_zip; in PerformBlockImageUpdate()
/bootable/recovery/
Dinstall.cpp81 bool read_metadata_from_package(ZipArchive* zip, std::string* meta_data) { in read_metadata_from_package()
97 static void read_source_target_build(ZipArchive* zip, std::vector<std::string>& log_buffer) { in read_source_target_build()
129 update_binary_command(const char* path, ZipArchive* zip, int retry_count,
137 static int check_newer_ab_build(ZipArchive* zip) in check_newer_ab_build()
219 update_binary_command(const char* path, ZipArchive* zip, int retry_count, in update_binary_command()
263 update_binary_command(const char* path, ZipArchive* zip, int retry_count, in update_binary_command()
302 try_update_binary(const char* path, ZipArchive* zip, bool* wipe_cache, in try_update_binary()
492 ZipArchive zip; in really_install_package()
Dinstall.h39 bool read_metadata_from_package(ZipArchive* zip, std::string* meta_data);
Drecovery.cpp947 ZipArchive zip; in check_wipe_package()