Searched refs:uid_cache (Results 1 – 1 of 1) sorted by relevance
16 static std::unordered_map<uid_t, bool> uid_cache; in IsTrustedUid() local29 auto it = uid_cache.find(uid); in IsTrustedUid()30 if (it != uid_cache.end()) in IsTrustedUid()46 uid_cache[uid] = trusted; in IsTrustedUid()