Home
last modified time | relevance | path

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

/system/connectivity/shill/net/
Dshill_time.cc112 char date_time_string[64]; in FormatTime() local
114 date_time_length = strftime(date_time_string, sizeof(date_time_string), in FormatTime()
121 memchr(date_time_string, ' ', sizeof(date_time_string))); in FormatTime()
122 if (date_time_length && date_time_length < sizeof(date_time_string) && in FormatTime()
126 base::StringPrintf("%s.%06" PRIu64 "%s", date_time_string, in FormatTime()