Home
last modified time | relevance | path

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

/system/logging/logd/
DLogKlog.cpp70 bool first_period = true; in is_timestamp() local
74 if ((c == '.') && first_period) { in is_timestamp()
75 first_period = false; in is_timestamp()
77 return ((c == ']') && !first_period && (*s == ' ')) ? s : nullptr; in is_timestamp()