Home
last modified time | relevance | path

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

/system/logging/logd/
DLogKlog.cpp63 static char* is_timestamp(char* s, ssize_t len) { in is_timestamp() function
159 if ((*s == '[') && ((peek = is_timestamp(s + 1, len - 1)))) { in log_strntok_r()
171 peek = is_timestamp(s, len); in log_strntok_r()