Searched refs:GetProcsFilePath (Results 1 – 3 of 3) sorted by relevance
/system/core/libprocessgroup/ |
D | cgroup_map.h | 40 std::string GetProcsFilePath(const std::string& path, uid_t uid, pid_t pid) const;
|
D | cgroup_map.cpp | 67 state_ = access(GetProcsFilePath("", 0, 0).c_str(), F_OK) == 0 ? USABLE : MISSING; in IsUsable() 83 std::string CgroupController::GetProcsFilePath(const std::string& rel_path, uid_t uid, in GetProcsFilePath() function in CgroupController
|
D | task_profiles.cpp | 340 FdCacheHelper::Init(controller_.GetProcsFilePath(path_, 0, 0), fd_[ProfileAction::RCT_PROCESS]); in SetCgroupAction() 414 std::string procs_path = controller()->GetProcsFilePath(path_, uid, pid); in ExecuteForProcess() 462 FdCacheHelper::Cache(controller_.GetProcsFilePath(path_, 0, 0), fd_[cache_type]); in EnableResourceCaching() 485 std::string procs_path = controller()->GetProcsFilePath(path_, uid, pid); in IsValidForProcess()
|