Home
last modified time | relevance | path

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

/system/core/logd/
DLogCommand.cpp104 static const char groups_string[] = "Groups:\t"; in clientHasLogCredentials() local
108 if (strncmp(groups_string, line, sizeof(groups_string) - 1) == 0) { in clientHasLogCredentials()
109 if (groupIsLog(line + sizeof(groups_string) - 1)) { in clientHasLogCredentials()