Home
last modified time | relevance | path

Searched refs:tmbuf (Results 1 – 1 of 1) sorted by relevance

/art/libartbase/base/
Dtime_utils.cc134 tm tmbuf; in GetIsoDate() local
138 localtime_s(&tmbuf, &now); in GetIsoDate()
139 tm* ptm = &tmbuf; in GetIsoDate()
144 tm* ptm = localtime_r(&now.tv_sec, &tmbuf); in GetIsoDate()