Searched refs:euid (Results 1 – 3 of 3) sorted by relevance
54 uid_t euid; member170 return user.euid; in get_keystore_euid()207 if (user.euid == callingUid && user.uid == targetUid) { in is_granted_to()
114 uid_t euid = get_keystore_euid(uid); in getBlobEntryIfExists() local115 if (euid != uid) { in getBlobEntryIfExists()116 kbe = KeyBlobEntry(alias, mUserStateDB.getUserStateByUid(euid)->getUserDirName(), euid); in getBlobEntryIfExists()
1780 uid_t euid = geteuid(); in TEST() local1781 if ((euid != AID_SYSTEM) && (euid != AID_ROOT) && (euid != AID_LOG)) { in TEST()