Home
last modified time | relevance | path

Searched refs:getCompressionMethod (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/tools/aapt/
DPackage.cpp327 int compressionMethod = bundle->getCompressionMethod(); in processFile()
335 file->getCompressionMethod(), &entry); in processFile()
340 if (entry->getCompressionMethod() == ZipEntry::kCompressStored) { in processFile()
411 int compressionMethod = entry->getCompressionMethod(); in processJarFile()
DZipEntry.h62 int getCompressionMethod(void) const { return mCDE.mCompressionMethod; } in getCompressionMethod() function
DBundle.h108 int getCompressionMethod(void) const { return mCompressionMethod; } in getCompressionMethod() function
DAaptAssets.h189 int getCompressionMethod() const { return mCompression; } in getCompressionMethod() function
DCommand.cpp185 compressionName(entry->getCompressionMethod()), in doList()
2412 bundle->getCompressionMethod(), NULL); in doAdd()
2415 result = zip->add(fileName, bundle->getCompressionMethod(), NULL); in doAdd()
DZipFile.cpp1165 switch (entry->getCompressionMethod()) in uncompress()
DAaptAssets.cpp1271 file->setCompressionMethod(entry->getCompressionMethod()); in slurpResourceZip()