HomeSort by relevance Sort by last modified time
    Searched defs:mCompressionMethod (Results 1 - 3 of 3) sorted by null

  /build/tools/zipalign/
ZipEntry.h 59 return mCDE.mCompressionMethod != kCompressStored;
61 int getCompressionMethod(void) const { return mCDE.mCompressionMethod; }
224 mCompressionMethod(0),
246 unsigned short mCompressionMethod;
275 mCompressionMethod(0),
305 unsigned short mCompressionMethod;
  /frameworks/base/tools/aapt/
ZipEntry.h 59 return mCDE.mCompressionMethod != kCompressStored;
61 int getCompressionMethod(void) const { return mCDE.mCompressionMethod; }
224 mCompressionMethod(0),
246 unsigned short mCompressionMethod;
275 mCompressionMethod(0),
305 unsigned short mCompressionMethod;
Bundle.h 55 mCompressionMethod(0), mJunkPath(false), mOutputAPKFile(NULL),
102 int getCompressionMethod(void) const { return mCompressionMethod; }
103 void setCompressionMethod(int val) { mCompressionMethod = val; }
256 int mCompressionMethod;

Completed in 107 milliseconds