Home
last modified time | relevance | path

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

/aosp14/system/core/healthd/
H A Dhealthd_draw.cpp191 tm* time_info = localtime(&rawtime); in draw_clock() local
194 size_t length = strftime(clock_str, CLOCK_LENGTH, CLOCK_FORMAT, time_info); in draw_clock()