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) {
412 int compressionMethod = entry->getCompressionMethod();
H A DZipEntry.h61 int getCompressionMethod(void) const { return mCDE.mCompressionMethod; } function in class:android::ZipEntry
H A DBundle.h105 int getCompressionMethod(void) const { return mCompressionMethod; } function in class:Bundle
H A DAaptAssets.h191 int getCompressionMethod() const { return mCompression; } function in class:AaptFile
H A DCommand.cpp185 compressionName(entry->getCompressionMethod()),
2126 bundle->getCompressionMethod(), NULL);
2129 result = zip->add(fileName, bundle->getCompressionMethod(), NULL);
H A DZipFile.cpp1168 switch (entry->getCompressionMethod())
H A DAaptAssets.cpp1295 file->setCompressionMethod(entry->getCompressionMethod());

Completed in 61 milliseconds