Searched refs:GetPathForProcess (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/system/core/libprocessgroup/ |
H A 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;
|
H A D | task_profiles_test.cpp | 113 bool GetPathForProcess(uid_t, pid_t pid, std::string* path) const override { in GetPathForProcess() function in __anon5808e0b90111::ProfileAttributeMock
|
H A D | task_profiles.cpp | 168 bool ProfileAttribute::GetPathForProcess(uid_t uid, pid_t pid, std::string* path) const { in GetPathForProcess() function in ProfileAttribute 244 if (!attribute_->GetPathForProcess(uid, pid, &path)) { in ExecuteForProcess()
|