Searched refs:tmbuf (Results 1 – 1 of 1) sorted by relevance
/art/libartbase/base/ |
D | time_utils.cc | 134 tm tmbuf; in GetIsoDate() local 138 localtime_s(&tmbuf, &now); in GetIsoDate() 144 localtime_r(&now.tv_sec, &tmbuf); in GetIsoDate() 148 localtime_r(&now, &tmbuf); in GetIsoDate() 153 strftime(zone, sizeof(zone), "%z", &tmbuf); in GetIsoDate() 155 tmbuf.tm_year + 1900, tmbuf.tm_mon+1, tmbuf.tm_mday, in GetIsoDate() 156 tmbuf.tm_hour, tmbuf.tm_min, tmbuf.tm_sec, ns, zone); in GetIsoDate()
|