Home
last modified time | relevance | path

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

/system/core/logd/
DLogKlog.cpp65 static char* is_timestamp(char* s, ssize_t len) { in is_timestamp() function
161 if ((*s == '[') && ((peek = is_timestamp(s + 1, len - 1)))) { in log_strntok_r()
173 peek = is_timestamp(s, len); in log_strntok_r()