Home
last modified time | relevance | path

Searched refs:GetPathForUID (Results 1 – 3 of 3) sorted by relevance

/system/core/libprocessgroup/
Dtask_profiles.h42 virtual bool GetPathForUID(uid_t uid, std::string* path) const = 0;
62 bool GetPathForUID(uid_t uid, std::string* path) const override;
Dtask_profiles_test.cpp131 bool GetPathForUID(uid_t, std::string*) const override { return false; } in GetPathForUID() function in __anon6e339b390111::ProfileAttributeMock
Dtask_profiles.cpp188 bool ProfileAttribute::GetPathForUID(uid_t uid, std::string* path) const { in GetPathForUID() function in ProfileAttribute
257 if (!attribute_->GetPathForUID(uid, &path)) { in ExecuteForUID()