Home
last modified time | relevance | path

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

/system/core/libprocessgroup/
Dprocessgroup.cpp345 std::string hierarchy_root_path; in KillProcessGroup() local
346 CgroupGetControllerPath(CGROUPV2_CONTROLLER_NAME, &hierarchy_root_path); in KillProcessGroup()
347 const char* cgroup = hierarchy_root_path.c_str(); in KillProcessGroup()