Lines Matching refs:mLastModFileDate
240 mLFH.mLastModFileDate = mCDE.mLastModFileDate; in copyCDEtoLFH()
298 if (mCDE.mLastModFileDate != mLFH.mLastModFileDate) { in compareHeaders()
345 parts.tm_mday = (mCDE.mLastModFileDate & 0x001f); in getModWhen()
346 parts.tm_mon = ((mCDE.mLastModFileDate & 0x01e0) >> 5) -1; in getModWhen()
347 parts.tm_year = ((mCDE.mLastModFileDate & 0xfe00) >> 9) + 80; in getModWhen()
386 mCDE.mLastModFileDate = mLFH.mLastModFileDate = zdate; in setModWhen()
425 mLastModFileDate = ZipEntry::getShortLE(&buf[0x0c]); in read()
478 ZipEntry::putShortLE(&buf[0x0c], mLastModFileDate); in write()
513 mLastModFileTime, mLastModFileDate, mCRC32); in dump()
562 mLastModFileDate = ZipEntry::getShortLE(&buf[0x0e]); in read()
637 ZipEntry::putShortLE(&buf[0x0e], mLastModFileDate); in write()
682 mLastModFileTime, mLastModFileDate, mCRC32); in dump()