Searched refs:GetPathForProcess (Results 1 – 4 of 4) sorted by relevance
| /system/core/libprocessgroup/ |
| D | task_profiles.h | 40 virtual bool GetPathForProcess(uid_t uid, pid_t pid, std::string* path) const = 0; 60 bool GetPathForProcess(uid_t uid, pid_t pid, std::string* path) const override;
|
| D | task_profiles_test.cpp | 113 bool GetPathForProcess(uid_t, pid_t pid, std::string* path) const override { in GetPathForProcess() function in __anon6e339b390111::ProfileAttributeMock
|
| D | task_profiles.cpp | 159 bool ProfileAttribute::GetPathForProcess(uid_t uid, pid_t pid, std::string* path) const { in GetPathForProcess() function in ProfileAttribute 235 if (!attribute_->GetPathForProcess(uid, pid, &path)) { in ExecuteForProcess()
|
| D | processgroup.cpp | 167 if (!attr->GetPathForProcess(uid, pid, &path)) { in CgroupGetAttributePathForProcess()
|