Lines Matching refs:ZipFileRO
105 ZipFileRO::~ZipFileRO() { in ~ZipFileRO()
119 int ZipFileRO::entryToIndex(const ZipEntryRO entry) const in entryToIndex()
134 status_t ZipFileRO::open(const char* zipFileName) in open()
189 bool ZipFileRO::mapCentralDirectory(void) in mapCentralDirectory()
323 bool ZipFileRO::parseZipArchive(void) in parseZipArchive()
385 /*static*/ unsigned int ZipFileRO::computeHash(const char* str, int len) in computeHash()
398 void ZipFileRO::addToHash(const char* str, int strLen, unsigned int hash) in addToHash()
417 ZipEntryRO ZipFileRO::findEntryByName(const char* fileName) const in findEntryByName()
452 ZipEntryRO ZipFileRO::findEntryByIndex(int idx) const in findEntryByIndex()
475 bool ZipFileRO::getEntryInfo(ZipEntryRO entry, int* pMethod, size_t* pUncompLen, in getEntryInfo()
622 int ZipFileRO::getEntryFileName(ZipEntryRO entry, char* buffer, int bufLen) in getEntryFileName()
641 FileMap* ZipFileRO::createEntryFileMap(ZipEntryRO entry) const in createEntryFileMap()
672 bool ZipFileRO::uncompressEntry(ZipEntryRO entry, void* buffer) const in uncompressEntry()
733 bool ZipFileRO::uncompressEntry(ZipEntryRO entry, int fd) const in uncompressEntry()
782 /*static*/ bool ZipFileRO::inflateBuffer(void* outBuf, const void* inBuf, in inflateBuffer()
847 /*static*/ bool ZipFileRO::inflateBuffer(int fd, const void* inBuf, in inflateBuffer()