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

/frameworks/base/tools/aapt/
H A DPackage.cpp377 int compressionMethod = bundle->getCompressionMethod();
385 file->getCompressionMethod(), &entry);
390 if (entry->getCompressionMethod() == ZipEntry::kCompressStored) {
462 int compressionMethod = entry->getCompressionMethod();
H A DZipEntry.h61 int getCompressionMethod(void) const { return mCDE.mCompressionMethod; } function in class:android::ZipEntry
H A DBundle.h100 int getCompressionMethod(void) const { return mCompressionMethod; } function in class:Bundle
H A DCommand.cpp165 compressionName(entry->getCompressionMethod()),
1551 bundle->getCompressionMethod(), NULL);
1554 result = zip->add(fileName, bundle->getCompressionMethod(), NULL);
H A DAaptAssets.h204 int getCompressionMethod() const { return mCompression; } function in class:AaptFile
H A DZipFile.cpp1168 switch (entry->getCompressionMethod())
H A DAaptAssets.cpp2357 file->setCompressionMethod(entry->getCompressionMethod());

Completed in 2548 milliseconds