Searched defs:cgroup_root_path (Results 1 - 1 of 1) sorted by relevance

/system/core/libprocessgroup/
H A Dprocessgroup.cpp69 static std::string cgroup_root_path; local
83 cgroup_root_path =
87 cgroup_root_path = ACCT_CGROUP_PATH;
90 return cgroup_root_path;
136 const auto& cgroup_root_path = GetCgroupRootPath(); local
137 std::unique_ptr<DIR, decltype(&closedir)> root(opendir(cgroup_root_path.c_str()), closedir);
139 PLOG(ERROR) << "Failed to open " << cgroup_root_path;
151 auto path = StringPrintf("%s/%s", cgroup_root_path.c_str(), dir->d_name);

Completed in 333 milliseconds