Home
last modified time | relevance | path

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

/system/core/libprocessgroup/include/processgroup/
Dprocessgroup.h28 bool CgroupGetControllerPath(const std::string& cgroup_name, std::string* path);
/system/core/libprocessgroup/
Dprocessgroup.cpp58 bool CgroupGetControllerPath(const std::string& cgroup_name, std::string* path) { in CgroupGetControllerPath() argument
59 auto controller = CgroupMap::GetInstance().FindController(cgroup_name); in CgroupGetControllerPath()