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

  /build/make/tools/zipalign/
ZipEntry.cpp 365 uint16_t zdate, ztime; local
385 ztime = ptm->tm_hour << 11 | ptm->tm_min << 5 | ptm->tm_sec >> 1;
387 mCDE.mLastModFileTime = mLFH.mLastModFileTime = ztime;
  /frameworks/base/tools/aapt/
ZipEntry.cpp 346 unsigned short zdate, ztime; local
366 ztime = ptm->tm_hour << 11 | ptm->tm_min << 5 | ptm->tm_sec >> 1;
368 mCDE.mLastModFileTime = mLFH.mLastModFileTime = ztime;

Completed in 138 milliseconds