Searched defs:_timeout (Results 1 - 1 of 1) sorted by relevance

/system/core/logd/
H A DLogReader.cpp76 static const char _timeout[] = " timeout="; local
77 cp = strstr(buffer, _timeout);
79 timeout = atol(cp + sizeof(_timeout) - 1) * NS_PER_SEC +

Completed in 104 milliseconds