Home | History | Annotate | Download | only in keystore

Lines Matching defs:euid

157     uid_t euid;
219 return user.euid;
233 if (user.euid == callingUid && user.uid == targetUid) {
1136 uid_t euid = get_keystore_euid(uid);
1137 if (euid != uid) {
1138 filepath8 = getKeyNameForUidWithDir(keyName, euid);