Searched refs:GetPathForUID (Results 1 – 3 of 3) sorted by relevance
41 virtual bool GetPathForUID(uid_t uid, std::string* path) const = 0;61 bool GetPathForUID(uid_t uid, std::string* path) const override;
132 bool GetPathForUID(uid_t, std::string*) const override { return false; } in GetPathForUID() function in __anonccd321c80111::ProfileAttributeMock
158 bool ProfileAttribute::GetPathForUID(uid_t uid, std::string* path) const { in GetPathForUID() function in ProfileAttribute267 if (!attribute_->GetPathForUID(uid, &path)) { in ExecuteForUID()