Home
last modified time | relevance | path

Searched refs:mCompressedSize (Results 1 – 2 of 2) sorted by relevance

/build/make/tools/zipalign/
DZipEntry.h74 off_t getCompressedLen(void) const { return mCDE.mCompressedSize; } in getCompressedLen()
230 mCompressedSize(0), in LocalFileHeader()
252 uint32_t mCompressedSize; variable
281 mCompressedSize(0), in CentralDirEntry()
311 uint32_t mCompressedSize; variable
DZipEntry.cpp244 mLFH.mCompressedSize = mCDE.mCompressedSize; in copyCDEtoLFH()
266 mCDE.mCompressedSize = compLen; in setDataInfo()
308 if (mCDE.mCompressedSize != mLFH.mCompressedSize) { in compareHeaders()
429 mCompressedSize = ZipEntry::getLongLE(&buf[0x12]); in read()
482 ZipEntry::putLongLE(&buf[0x12], mCompressedSize); in write()
517 mCompressedSize, mUncompressedSize); in dump()
566 mCompressedSize = ZipEntry::getLongLE(&buf[0x14]); in read()
641 ZipEntry::putLongLE(&buf[0x14], mCompressedSize); in write()
686 mCompressedSize, mUncompressedSize); in dump()