Searched refs:CgroupGetAttributePath (Results 1 – 3 of 3) sorted by relevance
29 bool CgroupGetAttributePath(const std::string& attr_name, std::string* path);
428 if (!CgroupGetAttributePath("LowCapacityCPUs", &filename)) { in get_cpuset_cores_for_policy()436 if (!CgroupGetAttributePath("HighCapacityCPUs", &filename)) { in get_cpuset_cores_for_policy()441 if (!CgroupGetAttributePath("MaxCapacityCPUs", &filename)) { in get_cpuset_cores_for_policy()
72 bool CgroupGetAttributePath(const std::string& attr_name, std::string* path) { in CgroupGetAttributePath() function