Home | History | Annotate | Download | only in utils

Lines Matching defs:ZipFileRO

23 #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)
342 bool ZipFileRO::parseZipArchive(void)
404 /*static*/ unsigned int ZipFileRO::computeHash(const char* str, int len)
417 void ZipFileRO::addToHash(const char* str, int strLen, unsigned int hash)
436 ZipEntryRO ZipFileRO::findEntryByName(const char* fileName) const
439 * If the ZipFileRO instance is not initialized, the entry number will
471 ZipEntryRO ZipFileRO::findEntryByIndex(int idx) const
494 bool ZipFileRO::getEntryInfo(ZipEntryRO entry, int* pMethod, size_t* pUncompLen,
641 int ZipFileRO::getEntryFileName(ZipEntryRO entry, char* buffer, int bufLen)
660 FileMap* ZipFileRO::createEntryFileMap(ZipEntryRO entry) const
691 bool ZipFileRO::uncompressEntry(ZipEntryRO entry, void* buffer) const
752 bool ZipFileRO::uncompressEntry(ZipEntryRO entry, int fd) const
801 /*static*/ bool ZipFileRO::inflateBuffer(void* outBuf, const void* inBuf,
866 /*static*/ bool ZipFileRO::inflateBuffer(int fd, const void* inBuf,