Home
last modified time | relevance | path

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

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