Searched refs:GetProcsFilePath (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/system/core/libprocessgroup/ |
H A D | cgroup_map.cpp | 66 state_ = access(GetProcsFilePath("", 0, 0).c_str(), F_OK) == 0 ? USABLE : MISSING; in IsUsable() 82 std::string CgroupControllerWrapper::GetProcsFilePath(const std::string& rel_path, uid_t uid, in GetProcsFilePath() function in CgroupControllerWrapper
|
H A D | task_profiles.cpp | 315 FdCacheHelper::Init(controller_.GetProcsFilePath(path_, 0, 0), fd_[ProfileAction::RCT_PROCESS]); in SetCgroupAction() 389 std::string procs_path = controller()->GetProcsFilePath(path_, uid, pid); in ExecuteForProcess() 437 FdCacheHelper::Cache(controller_.GetProcsFilePath(path_, 0, 0), fd_[cache_type]); in EnableResourceCaching() 460 std::string procs_path = controller()->GetProcsFilePath(path_, uid, pid); in IsValidForProcess()
|
H A D | cgroup_map.h | 42 std::string GetProcsFilePath(const std::string& path, uid_t uid, pid_t pid) const;
|