Home
last modified time | relevance | path

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

/system/core/logd/
DLogTags.cpp62 static const char uid_str[] = "uid="; in sniffUid() local
63 if (((comment + strlen(uid_str)) >= endp) || in sniffUid()
64 fastcmp<strncmp>(comment, uid_str, strlen(uid_str)) || in sniffUid()
65 !isdigit(comment[strlen(uid_str)])) in sniffUid()
/system/core/logcat/
Dlogcat.cpp563 static const char uid_str[] = "uid"; in Run() local
591 { uid_str, required_argument, nullptr, 0 }, in Run()
642 if (long_options[option_index].name == uid_str) { in Run()