Home
last modified time | relevance | path

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

/system/core/healthd/
Dhealthd_draw.cpp170 time_t rawtime; in draw_clock() local
171 time(&rawtime); in draw_clock()
172 tm* time_info = localtime(&rawtime); in draw_clock()