Lines Matching refs:mLastModFileDate
242 mLFH.mLastModFileDate = mCDE.mLastModFileDate; in copyCDEtoLFH()
300 if (mCDE.mLastModFileDate != mLFH.mLastModFileDate) { in compareHeaders()
347 parts.tm_mday = (mCDE.mLastModFileDate & 0x001f); in getModWhen()
348 parts.tm_mon = ((mCDE.mLastModFileDate & 0x01e0) >> 5) -1; in getModWhen()
349 parts.tm_year = ((mCDE.mLastModFileDate & 0xfe00) >> 9) + 80; in getModWhen()
388 mCDE.mLastModFileDate = mLFH.mLastModFileDate = zdate; in setModWhen()
427 mLastModFileDate = ZipEntry::getShortLE(&buf[0x0c]); in read()
480 ZipEntry::putShortLE(&buf[0x0c], mLastModFileDate); in write()
515 mLastModFileTime, mLastModFileDate, mCRC32); in dump()
564 mLastModFileDate = ZipEntry::getShortLE(&buf[0x0e]); in read()
639 ZipEntry::putShortLE(&buf[0x0e], mLastModFileDate); in write()
684 mLastModFileTime, mLastModFileDate, mCRC32); in dump()