Home
last modified time | relevance | path

Searched defs:userAppId (Results 1 – 2 of 2) sorted by relevance

/system/core/run-as/
Drun-as.cpp145 std::vector<gid_t> get_supplementary_gids(uid_t userAppId) { in get_supplementary_gids()
222 uid_t userAppId = (AID_USER_OFFSET * userId) + info.uid; in main() local
/system/extras/simpleperf/simpleperf_app_runner/
Dsimpleperf_app_runner.cpp91 std::vector<gid_t> GetSupplementaryGids(uid_t userAppId) { in GetSupplementaryGids()