Home
last modified time | relevance | path

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

/system/core/libprocessgroup/
Dprocessgroup.cpp283 for (std::string cgroup_root_path : cgroups) { in removeAllProcessGroupsInternal() local
284 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()