Searched refs:cgroup_name (Results 1 – 2 of 2) sorted by relevance
28 bool CgroupGetControllerPath(const std::string& cgroup_name, std::string* path);
58 bool CgroupGetControllerPath(const std::string& cgroup_name, std::string* path) { in CgroupGetControllerPath() argument59 auto controller = CgroupMap::GetInstance().FindController(cgroup_name); in CgroupGetControllerPath()