Searched refs:mUncompressedSize (Results 1 – 2 of 2) sorted by relevance
68 off_t getUncompressedLen(void) const { return mCDE.mUncompressedSize; } in getUncompressedLen()231 mUncompressedSize(0), in LocalFileHeader()253 uint32_t mUncompressedSize; variable282 mUncompressedSize(0), in CentralDirEntry()312 uint32_t mUncompressedSize; variable
245 mLFH.mUncompressedSize = mCDE.mUncompressedSize; in copyCDEtoLFH()267 mCDE.mUncompressedSize = uncompLen; in setDataInfo()312 if (mCDE.mUncompressedSize != mLFH.mUncompressedSize) { in compareHeaders()430 mUncompressedSize = ZipEntry::getLongLE(&buf[0x16]); in read()483 ZipEntry::putLongLE(&buf[0x16], mUncompressedSize); in write()517 mCompressedSize, mUncompressedSize); in dump()567 mUncompressedSize = ZipEntry::getLongLE(&buf[0x18]); in read()642 ZipEntry::putLongLE(&buf[0x18], mUncompressedSize); in write()686 mCompressedSize, mUncompressedSize); in dump()