Home
last modified time | relevance | path

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

/aosp14/system/core/libprocessgroup/include/processgroup/
H A Dprocessgroup.h34 bool CgroupGetAttributePath(const std::string& attr_name, std::string* path);
/aosp14/frameworks/base/core/jni/
H A Dandroid_util_Process.cpp354 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()
/aosp14/system/core/libprocessgroup/
H A Dprocessgroup.cpp108 bool CgroupGetAttributePath(const std::string& attr_name, std::string* path) { in CgroupGetAttributePath() function