Home
last modified time | relevance | path

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

/aosp14/system/core/libprocessgroup/
H A Dtask_profiles_test.cpp115 return GetPathForTask(pid, path); in GetPathForProcess()
117 bool GetPathForTask(int tid, std::string* path) const override { in GetPathForTask() function in __anon4da615b10110::ProfileAttributeMock
H A Dtask_profiles.h40 virtual bool GetPathForTask(int tid, std::string* path) const = 0;
60 bool GetPathForTask(int tid, std::string* path) const override;
H A Dtask_profiles.cpp136 return GetPathForTask(pid, path); in GetPathForProcess()
139 bool ProfileAttribute::GetPathForTask(int tid, std::string* path) const { in GetPathForTask() function in ProfileAttribute
256 if (!attribute_->GetPathForTask(tid, &path)) { in ExecuteForTask()
294 if (!attribute_->GetPathForTask(tid, &path)) { in IsValidForTask()
H A Dprocessgroup.cpp131 if (!attr->GetPathForTask(tid, path)) { in CgroupGetAttributePathForTask()