Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DPackage.cpp377 int compressionMethod = bundle->getCompressionMethod(); in processFile()
385 file->getCompressionMethod(), &entry); in processFile()
390 if (entry->getCompressionMethod() == ZipEntry::kCompressStored) { in processFile()
462 int compressionMethod = entry->getCompressionMethod(); in processJarFile()
DZipEntry.h61 int getCompressionMethod(void) const { return mCDE.mCompressionMethod; } in getCompressionMethod() function
DBundle.h89 int getCompressionMethod(void) const { return mCompressionMethod; } in getCompressionMethod() function
DCommand.cpp165 compressionName(entry->getCompressionMethod()), in doList()
1431 bundle->getCompressionMethod(), NULL); in doAdd()
1434 result = zip->add(fileName, bundle->getCompressionMethod(), NULL); in doAdd()
DAaptAssets.h208 int getCompressionMethod() const { return mCompression; } in getCompressionMethod() function
DZipFile.cpp1168 switch (entry->getCompressionMethod()) in uncompress()
DAaptAssets.cpp2212 file->setCompressionMethod(entry->getCompressionMethod()); in slurpResourceZip()