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

/build/tools/zipalign/
H A DZipEntry.cpp365 struct tm* ptm; local
372 ptm = localtime_r(&even, &tmResult);
374 ptm = localtime(&even);
378 year = ptm->tm_year;
382 zdate = (year - 80) << 9 | (ptm->tm_mon+1) << 5 | ptm->tm_mday;
383 ztime = ptm->tm_hour << 11 | ptm->tm_min << 5 | ptm->tm_sec >> 1;

Completed in 77 milliseconds