HomeSort by relevance Sort by last modified time
    Searched full:is_timestamp (Results 1 - 1 of 1) sorted by null

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

Completed in 1275 milliseconds