Home
last modified time | relevance | path

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

/aosp_15_r20/system/core/libprocessgroup/
H A Dtask_profiles_test.cpp114 return GetPathForTask(pid, path); in GetPathForProcess()
116 bool GetPathForTask(int, std::string* path) const override { in GetPathForTask() function in __anon5808e0b90111::ProfileAttributeMock
H A Dtask_profiles.h41 virtual bool GetPathForTask(pid_t tid, std::string* path) const = 0;
61 bool GetPathForTask(pid_t tid, std::string* path) const override;
H A Dtask_profiles.cpp174 return GetPathForTask(pid, path); in GetPathForProcess()
177 bool ProfileAttribute::GetPathForTask(pid_t tid, std::string* path) const { in GetPathForTask() function in ProfileAttribute
255 if (!attribute_->GetPathForTask(tid, &path)) { in ExecuteForTask()
293 if (!attribute_->GetPathForTask(tid, &path)) { in IsValidForTask()
H A Dprocessgroup.cpp149 if (!attr->GetPathForTask(tid, path)) { in CgroupGetAttributePathForTask()