Searched refs:mLastModFileDate (Results 1 – 2 of 2) sorted by relevance
223 mLFH.mLastModFileDate = mCDE.mLastModFileDate; in copyCDEtoLFH()281 if (mCDE.mLastModFileDate != mLFH.mLastModFileDate) { in compareHeaders()328 parts.tm_mday = (mCDE.mLastModFileDate & 0x001f); in getModWhen()329 parts.tm_mon = ((mCDE.mLastModFileDate & 0x01e0) >> 5) -1; in getModWhen()330 parts.tm_year = ((mCDE.mLastModFileDate & 0xfe00) >> 9) + 80; in getModWhen()369 mCDE.mLastModFileDate = mLFH.mLastModFileDate = zdate; in setModWhen()408 mLastModFileDate = ZipEntry::getShortLE(&buf[0x0c]); in read()461 ZipEntry::putShortLE(&buf[0x0c], mLastModFileDate); in write()496 mLastModFileTime, mLastModFileDate, mCRC32); in dump()545 mLastModFileDate = ZipEntry::getShortLE(&buf[0x0e]); in read()[all …]
227 mLastModFileDate(0), in LocalFileHeader()249 unsigned short mLastModFileDate; variable278 mLastModFileDate(0), in CentralDirEntry()310 unsigned short mLastModFileDate; variable