Home
last modified time | relevance | path

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

/system/core/libcutils/
Dsched_policy.c176 char *grp; in getCGroupSubsys() local
193 if (!(grp = strsep(&next, ":"))) { in getCGroupSubsys()
196 grp++; /* Drop the leading '/' */ in getCGroupSubsys()
197 len = strlen(grp); in getCGroupSubsys()
198 grp[len-1] = '\0'; /* Drop the trailing '\n' */ in getCGroupSubsys()
203 strncpy(buf, grp, len); in getCGroupSubsys()