Home
last modified time | relevance | path

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

/aosp14/system/core/libprocessgroup/
H A Dprocessgroup.cpp457 std::string hierarchy_root_path; in KillProcessGroup() local
459 CgroupGetControllerPath(CGROUPV2_CONTROLLER_NAME, &hierarchy_root_path); in KillProcessGroup()
461 const char* cgroup = hierarchy_root_path.c_str(); in KillProcessGroup()
546 std::string hierarchy_root_path; in sendSignalToProcessGroup() local
548 CgroupGetControllerPath(CGROUPV2_CONTROLLER_NAME, &hierarchy_root_path); in sendSignalToProcessGroup()
550 const char* cgroup = hierarchy_root_path.c_str(); in sendSignalToProcessGroup()