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

/frameworks/base/tools/aapt/
H A DZipEntry.cpp363 unsigned short zdate, ztime; local
383 ztime = ptm->tm_hour << 11 | ptm->tm_min << 5 | ptm->tm_sec >> 1;
385 mCDE.mLastModFileTime = mLFH.mLastModFileTime = ztime;

Completed in 39 milliseconds