Searched refs:cgroup_root_path (Results 1 – 1 of 1) sorted by relevance
283 for (std::string cgroup_root_path : cgroups) { in removeAllProcessGroupsInternal() local284 std::unique_ptr<DIR, decltype(&closedir)> root(opendir(cgroup_root_path.c_str()), closedir); in removeAllProcessGroupsInternal()286 PLOG(ERROR) << __func__ << " failed to open " << cgroup_root_path; in removeAllProcessGroupsInternal()298 auto path = StringPrintf("%s/%s", cgroup_root_path.c_str(), dir->d_name); in removeAllProcessGroupsInternal()