Searched defs:grant (Results 1 - 3 of 3) sorted by relevance

/system/security/keystore/
H A Dgrant_store.cpp72 auto grant = uid_grant_list.find(grant_no); local
73 if (grant == uid_grant_list.end()) return nullptr;
74 if (grant->alias_ != wrappedAlias) return nullptr;
75 return &(*grant);
H A Dkeystore.cpp173 auto grant = mGrants.get(uid, alias.string()); local
174 if (grant) {
175 filepath8 = String8::format("%s/%s", grant->owner_dir_name_.c_str(),
176 getKeyNameForUid(String8(grant->alias_.c_str()), grant->owner_uid_, type).c_str());
H A Dkey_store_service.cpp515 String16 KeyStoreService::grant(const String16& name, int32_t granteeUid) { function in class:KeyStoreService

Completed in 56 milliseconds