Home
last modified time | relevance | path

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

/system/core/logd/
DLogKlog.cpp72 bool first_period = true; in is_timestamp() local
76 if ((c == '.') && first_period) { in is_timestamp()
77 first_period = false; in is_timestamp()
79 return ((c == ']') && !first_period && (*s == ' ')) ? s : nullptr; in is_timestamp()