Home | History | Annotate | Download | only in utils

Lines Matching defs:ZipFileRO

22 #include <utils/ZipFileRO.h>
105 ZipFileRO::~ZipFileRO() {
119 int ZipFileRO::entryToIndex(const ZipEntryRO entry) const
134 status_t ZipFileRO::open(const char* zipFileName)
189 bool ZipFileRO::mapCentralDirectory(void)
323 bool ZipFileRO::parseZipArchive(void)
385 /*static*/ unsigned int ZipFileRO::computeHash(const char* str, int len)
398 void ZipFileRO::addToHash(const char* str, int strLen, unsigned int hash)
417 ZipEntryRO ZipFileRO::findEntryByName(const char* fileName) const
420 * If the ZipFileRO instance is not initialized, the entry number will
452 ZipEntryRO ZipFileRO::findEntryByIndex(int idx) const
475 bool ZipFileRO::getEntryInfo(ZipEntryRO entry, int* pMethod, size_t* pUncompLen,
622 int ZipFileRO::getEntryFileName(ZipEntryRO entry, char* buffer, int bufLen)
641 FileMap* ZipFileRO::createEntryFileMap(ZipEntryRO entry) const
672 bool ZipFileRO::uncompressEntry(ZipEntryRO entry, void* buffer) const
733 bool ZipFileRO::uncompressEntry(ZipEntryRO entry, int fd) const
782 /*static*/ bool ZipFileRO::inflateBuffer(void* outBuf, const void* inBuf,
847 /*static*/ bool ZipFileRO::inflateBuffer(int fd, const void* inBuf,