Searched refs:CLOCK_LENGTH (Results 1 - 1 of 1) sorted by relevance

/system/core/healthd/
H A Dhealthd_mode_charger.cpp319 static constexpr int CLOCK_LENGTH = 6; local
329 char clock_str[CLOCK_LENGTH];
330 size_t length = strftime(clock_str, CLOCK_LENGTH, CLOCK_FORMAT, time_info);
331 if (length != CLOCK_LENGTH - 1) {

Completed in 101 milliseconds