Home
last modified time | relevance | path

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

/system/core/healthd/
Dhealthd_draw.cpp153 tm* time_info = localtime(&rawtime); in draw_clock() local
156 size_t length = strftime(clock_str, CLOCK_LENGTH, CLOCK_FORMAT, time_info); in draw_clock()