Searched refs:zdate (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
H A DZipEntry.cpp363 unsigned short zdate, ztime; local
382 zdate = (year - 80) << 9 | (ptm->tm_mon+1) << 5 | ptm->tm_mday;
386 mCDE.mLastModFileDate = mLFH.mLastModFileDate = zdate;

Completed in 26 milliseconds