Searched refs:mUncompressedSize (Results 1 – 2 of 2) sorted by relevance
67 off_t getUncompressedLen(void) const { return mCDE.mUncompressedSize; } in getUncompressedLen()230 mUncompressedSize(0), in LocalFileHeader()252 uint32_t mUncompressedSize; variable281 mUncompressedSize(0), in CentralDirEntry()311 uint32_t mUncompressedSize; variable
243 mLFH.mUncompressedSize = mCDE.mUncompressedSize; in copyCDEtoLFH()265 mCDE.mUncompressedSize = uncompLen; in setDataInfo()310 if (mCDE.mUncompressedSize != mLFH.mUncompressedSize) { in compareHeaders()428 mUncompressedSize = ZipEntry::getLongLE(&buf[0x16]); in read()481 ZipEntry::putLongLE(&buf[0x16], mUncompressedSize); in write()515 mCompressedSize, mUncompressedSize); in dump()565 mUncompressedSize = ZipEntry::getLongLE(&buf[0x18]); in read()640 ZipEntry::putLongLE(&buf[0x18], mUncompressedSize); in write()684 mCompressedSize, mUncompressedSize); in dump()