Home
last modified time | relevance | path

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

/system/logging/logd/
DLogPermissions.cpp90 static const char groups_string[] = "Groups:\t"; in checkSupplementaryGroup() local
94 if (strncmp(groups_string, line, sizeof(groups_string) - 1) == 0) { in checkSupplementaryGroup()
95 if (checkGroup(line + sizeof(groups_string) - 1, gidToCheck)) { in checkSupplementaryGroup()