Home
last modified time | relevance | path

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

/system/core/libprocessgroup/
Dprocessgroup.cpp77 static bool CgroupGetMemcgAppsPath(std::string* path) { in CgroupGetMemcgAppsPath() function
279 if (CgroupGetMemcgAppsPath(&memcg_apps_path) && memcg_apps_path != path) { in removeAllProcessGroupsInternal()
520 if (CgroupGetMemcgAppsPath(&memcg_apps_path) && in KillProcessGroup()
611 isMemoryCgroupSupported() && UsePerAppMemcg() && CgroupGetMemcgAppsPath(&memcg_apps_path)) { in createProcessGroup()