Searched defs:ZipEntry (Results 1 - 1 of 1) sorted by relevance

/system/core/libziparchive/include/ziparchive/
H A Dzip_archive.h64 struct ZipEntry { struct
87 // Crc32 value of this ZipEntry. This information might
92 // Compressed length of this ZipEntry. Might be present
97 // Uncompressed length of this ZipEntry. Might be present
102 // The offset to the start of data for this ZipEntry.
165 int32_t FindEntry(const ZipArchiveHandle handle, const ZipString& entryName, ZipEntry* data);
189 int32_t Next(void* cookie, ZipEntry* data, ZipString* name);
206 int32_t ExtractEntryToFile(ZipArchiveHandle handle, ZipEntry* entry, int fd);
216 int32_t ExtractToMemory(ZipArchiveHandle handle, ZipEntry* entry, uint8_t* begin, uint32_t size);
229 int32_t ProcessZipEntryContents(ZipArchiveHandle handle, ZipEntry* entr
[all...]

Completed in 49 milliseconds