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