Searched refs:getCompressionMethod (Results 1 – 7 of 7) sorted by relevance
329 int compressionMethod = bundle->getCompressionMethod(); in processFile()337 file->getCompressionMethod(), &entry); in processFile()342 if (entry->getCompressionMethod() == ZipEntry::kCompressStored) { in processFile()413 int compressionMethod = entry->getCompressionMethod(); in processJarFile()
62 int getCompressionMethod(void) const { return mCDE.mCompressionMethod; } in getCompressionMethod() function
109 int getCompressionMethod(void) const { return mCompressionMethod; } in getCompressionMethod() function
189 int getCompressionMethod() const { return mCompression; } in getCompressionMethod() function
168 compressionName(entry->getCompressionMethod()), in doList()2499 bundle->getCompressionMethod(), NULL); in doAdd()2502 result = zip->add(fileName, bundle->getCompressionMethod(), NULL); in doAdd()
1165 switch (entry->getCompressionMethod()) in uncompress()
1272 file->setCompressionMethod(entry->getCompressionMethod()); in slurpResourceZip()