Searched refs:GetPathForProcess (Results 1 – 3 of 3) sorted by relevance
| /system/core/libprocessgroup/ |
| D | task_profiles.h | 39 virtual bool GetPathForProcess(uid_t uid, pid_t pid, std::string* path) const = 0; 59 bool GetPathForProcess(uid_t uid, pid_t pid, std::string* path) const override;
|
| D | task_profiles_test.cpp | 114 bool GetPathForProcess(uid_t uid, pid_t pid, std::string* path) const override { in GetPathForProcess() function in __anonccd321c80111::ProfileAttributeMock
|
| D | task_profiles.cpp | 129 bool ProfileAttribute::GetPathForProcess(uid_t uid, pid_t pid, std::string* path) const { in GetPathForProcess() function in ProfileAttribute 245 if (!attribute_->GetPathForProcess(uid, pid, &path)) { in ExecuteForProcess()
|