Home
last modified time | relevance | path

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

/build/tools/zipalign/
DZipEntry.h73 off_t getCompressedLen(void) const { return mCDE.mCompressedSize; } in getCompressedLen()
229 mCompressedSize(0), in LocalFileHeader()
251 uint32_t mCompressedSize; variable
280 mCompressedSize(0), in CentralDirEntry()
310 uint32_t mCompressedSize; variable
DZipEntry.cpp242 mLFH.mCompressedSize = mCDE.mCompressedSize; in copyCDEtoLFH()
264 mCDE.mCompressedSize = compLen; in setDataInfo()
306 if (mCDE.mCompressedSize != mLFH.mCompressedSize) { in compareHeaders()
427 mCompressedSize = ZipEntry::getLongLE(&buf[0x12]); in read()
480 ZipEntry::putLongLE(&buf[0x12], mCompressedSize); in write()
515 mCompressedSize, mUncompressedSize); in dump()
564 mCompressedSize = ZipEntry::getLongLE(&buf[0x14]); in read()
639 ZipEntry::putLongLE(&buf[0x14], mCompressedSize); in write()
684 mCompressedSize, mUncompressedSize); in dump()