Home
last modified time | relevance | path

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

/system/core/libcutils/
Dsched_policy.c175 char *found_subsys; in getCGroupSubsys() local
184 if (!(found_subsys = strsep(&next, ":"))) { in getCGroupSubsys()
188 if (strcmp(found_subsys, subsys)) { in getCGroupSubsys()