Searched refs:GetPathForTask (Results 1 – 4 of 4) sorted by relevance
114 return GetPathForTask(pid, path); in GetPathForProcess()116 bool GetPathForTask(int, std::string* path) const override { in GetPathForTask() function in __anon5808e0b90111::ProfileAttributeMock
41 virtual bool GetPathForTask(pid_t tid, std::string* path) const = 0;61 bool GetPathForTask(pid_t tid, std::string* path) const override;
174 return GetPathForTask(pid, path); in GetPathForProcess()177 bool ProfileAttribute::GetPathForTask(pid_t tid, std::string* path) const { in GetPathForTask() function in ProfileAttribute255 if (!attribute_->GetPathForTask(tid, &path)) { in ExecuteForTask()293 if (!attribute_->GetPathForTask(tid, &path)) { in IsValidForTask()
149 if (!attr->GetPathForTask(tid, path)) { in CgroupGetAttributePathForTask()