HomeSort by relevance Sort by last modified time
    Searched defs:zdate (Results 1 - 2 of 2) sorted by null

  /build/make/tools/zipalign/
ZipEntry.cpp 365 uint16_t zdate, ztime; local
384 zdate = (year - 80) << 9 | (ptm->tm_mon+1) << 5 | ptm->tm_mday;
388 mCDE.mLastModFileDate = mLFH.mLastModFileDate = zdate;
  /frameworks/base/tools/aapt/
ZipEntry.cpp 346 unsigned short zdate, ztime; local
365 zdate = (year - 80) << 9 | (ptm->tm_mon+1) << 5 | ptm->tm_mday;
369 mCDE.mLastModFileDate = mLFH.mLastModFileDate = zdate;

Completed in 184 milliseconds