Searched refs:cgroup_root_path (Results 1 – 1 of 1) sorted by relevance
192 for (std::string cgroup_root_path : cgroups) { in removeAllProcessGroups() local193 std::unique_ptr<DIR, decltype(&closedir)> root(opendir(cgroup_root_path.c_str()), closedir); in removeAllProcessGroups()195 PLOG(ERROR) << "Failed to open " << cgroup_root_path; in removeAllProcessGroups()207 auto path = StringPrintf("%s/%s", cgroup_root_path.c_str(), dir->d_name); in removeAllProcessGroups()