Home
last modified time | relevance | path

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

/system/core/logd/
DLogKlog.cpp71 bool first_period = true; in is_timestamp() local
75 if ((c == '.') && first_period) { in is_timestamp()
76 first_period = false; in is_timestamp()
78 return ((c == ']') && !first_period && (*s == ' ')) ? s : NULL; in is_timestamp()