Searched refs:CgroupGetAttributePath (Results 1 – 3 of 3) sorted by relevance
34 bool CgroupGetAttributePath(const std::string& attr_name, std::string* path);
354 if (!CgroupGetAttributePath("LowCapacityCPUs", &filename)) { in get_cpuset_cores_for_policy()362 if (!CgroupGetAttributePath("HighCapacityCPUs", &filename)) { in get_cpuset_cores_for_policy()367 if (!CgroupGetAttributePath("MaxCapacityCPUs", &filename)) { in get_cpuset_cores_for_policy()
108 bool CgroupGetAttributePath(const std::string& attr_name, std::string* path) { in CgroupGetAttributePath() function