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

/frameworks/base/tools/aapt/
H A DPackage.cpp327 int compressionMethod = bundle->getCompressionMethod();
335 file->getCompressionMethod(), &entry);
340 if (entry->getCompressionMethod() == ZipEntry::kCompressStored) {
411 int compressionMethod = entry->getCompressionMethod();
H A DZipEntry.h62 int getCompressionMethod(void) const { return mCDE.mCompressionMethod; } function in class:android::ZipEntry
H A DBundle.h108 int getCompressionMethod(void) const { return mCompressionMethod; } function in class:Bundle
H A DAaptAssets.h189 int getCompressionMethod() const { return mCompression; } function in class:AaptFile
H A DCommand.cpp185 compressionName(entry->getCompressionMethod()),
2411 bundle->getCompressionMethod(), NULL);
2414 result = zip->add(fileName, bundle->getCompressionMethod(), NULL);
H A DZipFile.cpp1165 switch (entry->getCompressionMethod())
H A DAaptAssets.cpp1271 file->setCompressionMethod(entry->getCompressionMethod());

Completed in 67 milliseconds