Searched refs:tmbuf (Results 1 – 1 of 1) sorted by relevance
/art/libartbase/base/ |
D | time_utils.cc | 136 tm tmbuf; in GetIsoDate() local 141 localtime_r(&now.tv_sec, &tmbuf); in GetIsoDate() 145 localtime_r(&now, &tmbuf); in GetIsoDate() 149 strftime(zone, sizeof(zone), "%z", &tmbuf); in GetIsoDate() 151 tmbuf.tm_year + 1900, tmbuf.tm_mon+1, tmbuf.tm_mday, in GetIsoDate() 152 tmbuf.tm_hour, tmbuf.tm_min, tmbuf.tm_sec, ns, zone); in GetIsoDate()
|