Searched refs:ZipEntry (Results 1 – 7 of 7) sorted by relevance
/bootable/recovery/minzip/ |
D | Zip.h | 32 typedef struct ZipEntry { struct 43 } ZipEntry; argument 50 ZipEntry* pEntries; 85 const ZipEntry* mzFindZipEntry(const ZipArchive* pArchive, 88 INLINE long mzGetZipEntryOffset(const ZipEntry* pEntry) { in mzGetZipEntryOffset() 91 INLINE long mzGetZipEntryUncompLen(const ZipEntry* pEntry) { in mzGetZipEntryUncompLen() 113 const ZipEntry *pEntry, ProcessZipEntryContentsFunction processFunction, 119 bool mzReadZipEntry(const ZipArchive* pArchive, const ZipEntry* pEntry, 126 const ZipEntry *pEntry, int fd); 133 const ZipEntry *pEntry, unsigned char* buffer);
|
D | Zip.c | 91 static void dumpEntry(const ZipEntry* pEntry) 106 const ZipEntry* entry1 = (const ZipEntry*) ventry1; in hashcmpZipEntry() 107 const ZipEntry* entry2 = (const ZipEntry*) ventry2; in hashcmpZipEntry() 121 const ZipEntry* entry = (const ZipEntry*) ventry; in hashcmpZipName() 146 static void addEntryToHashTable(HashTable* pHash, ZipEntry* pEntry) in addEntryToHashTable() 149 const ZipEntry* found; in addEntryToHashTable() 151 found = (const ZipEntry*)mzHashTableLookup(pHash, in addEntryToHashTable() 243 pArchive->pEntries = (ZipEntry*) calloc(numEntries, sizeof(ZipEntry)); in parseZipArchive() 250 ZipEntry* pEntry; in parseZipArchive() 321 (i - target) * sizeof(ZipEntry)); in parseZipArchive() [all …]
|
/bootable/recovery/otafault/ |
D | config.cpp | 53 const ZipEntry* entry = mzFindZipEntry(archive, type_path.c_str()); in should_fault_inject() 66 const ZipEntry* entry = mzFindZipEntry(archive, type_path.c_str()); in fault_fname()
|
/bootable/recovery/ |
D | install.cpp | 75 const ZipEntry* meta_entry = mzFindZipEntry(zip, METADATA_PATH); in read_source_target_build() 116 const ZipEntry* binary_entry = in try_update_binary()
|
/bootable/recovery/updater/ |
D | updater.cpp | 90 const ZipEntry* script_entry = mzFindZipEntry(&za, SCRIPT_NAME); in main()
|
D | blockimg.cpp | 300 const ZipEntry* entry; 1442 const ZipEntry* patch_entry = mzFindZipEntry(za, patch_data_fn->data); in PerformBlockImageUpdate() 1449 const ZipEntry* new_entry = mzFindZipEntry(za, new_data_fn->data); in PerformBlockImageUpdate()
|
D | install.cpp | 557 const ZipEntry* entry = mzFindZipEntry(za, zip_path); in PackageExtractFileFn() 598 const ZipEntry* entry = mzFindZipEntry(za, zip_path); in PackageExtractFileFn()
|