OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 203 milliseconds