Home
last modified time | relevance | path

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

/aosp12/system/logging/logd/
H A DLogPermissions.cpp96 static const char groups_string[] = "Groups:\t"; in clientHasLogCredentials() local
100 if (strncmp(groups_string, line, sizeof(groups_string) - 1) == 0) { in clientHasLogCredentials()
101 if (groupIsLog(line + sizeof(groups_string) - 1)) { in clientHasLogCredentials()