Home
last modified time | relevance | path

Searched refs:CgroupGetControllerPath (Results 1 – 5 of 5) sorted by relevance

/system/core/libprocessgroup/
Dprocessgroup.cpp58 bool CgroupGetControllerPath(const std::string& cgroup_name, std::string* path) { in CgroupGetControllerPath() function
185 if (CgroupGetControllerPath(CGROUPV2_CONTROLLER_NAME, &path)) { in removeAllProcessGroups()
188 if (CgroupGetControllerPath("memory", &path)) { in removeAllProcessGroups()
346 CgroupGetControllerPath(CGROUPV2_CONTROLLER_NAME, &hierarchy_root_path); in KillProcessGroup()
395 CgroupGetControllerPath("memory", &memory_path); in KillProcessGroup()
467 CgroupGetControllerPath("memory", &cgroup); in createProcessGroup()
475 CgroupGetControllerPath(CGROUPV2_CONTROLLER_NAME, &cgroup); in createProcessGroup()
/system/core/libprocessgroup/include/processgroup/
Dprocessgroup.h28 bool CgroupGetControllerPath(const std::string& cgroup_name, std::string* path);
/system/netd/tests/
Dbpf_base_test.cpp60 ASSERT_EQ(true, CgroupGetControllerPath(CGROUPV2_CONTROLLER_NAME, &cg2_path)); in TEST_F()
/system/core/init/
Dservice_utils.cpp285 if (CgroupGetControllerPath("cpuset", &cpuset_path)) { in WritePidToFiles()
/system/netd/server/
DTrafficController.cpp223 if (!CgroupGetControllerPath(CGROUPV2_CONTROLLER_NAME, &cg2_path)) { in initPrograms()