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

/frameworks/base/tools/aapt/
H A DPackage.cpp341 int compressionMethod = bundle->getCompressionMethod();
349 file->getCompressionMethod(), &entry);
354 if (entry->getCompressionMethod() == ZipEntry::kCompressStored) {
426 int compressionMethod = entry->getCompressionMethod();
H A DZipEntry.h61 int getCompressionMethod(void) const { return mCDE.mCompressionMethod; } function in class:android::ZipEntry
H A DBundle.h85 int getCompressionMethod(void) const { return mCompressionMethod; } function in class:Bundle
H A DCommand.cpp164 compressionName(entry->getCompressionMethod()),
1265 bundle->getCompressionMethod(), NULL);
1268 result = zip->add(fileName, bundle->getCompressionMethod(), NULL);
H A DAaptAssets.h180 int getCompressionMethod() const { return mCompression; } function in class:AaptFile
H A DZipFile.cpp1168 switch (entry->getCompressionMethod())
H A DAaptAssets.cpp1928 file->setCompressionMethod(entry->getCompressionMethod());

Completed in 122 milliseconds