Searched defs:ptm (Results 1 - 1 of 1) sorted by path

/art/runtime/base/
H A Dtime_utils.cc117 tm* ptm = localtime_r(&now, &tmbuf); local
119 ptm->tm_year + 1900, ptm->tm_mon+1, ptm->tm_mday,
120 ptm->tm_hour, ptm->tm_min, ptm->tm_sec);

Completed in 126 milliseconds