Home
last modified time | relevance | path

Searched refs:mLastModFileDate (Results 1 – 2 of 2) sorted by relevance

/build/tools/zipalign/
DZipEntry.cpp240 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()
[all …]
DZipEntry.h227 mLastModFileDate(0), in LocalFileHeader()
249 uint16_t mLastModFileDate; variable
278 mLastModFileDate(0), in CentralDirEntry()
308 uint16_t mLastModFileDate; variable