Home
last modified time | relevance | path

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

/system/security/keystore/
Dkeystore.cpp1052 grant_t* grant = new grant_t; in addGrant() local
1062 grant_t* grant = *it; in removeGrant() local
1226 grant_t* grant = *it; in getGrant() local
2088 int32_t grant(const String16& name, int32_t granteeUid) { in grant() function in android::KeyStoreProxy
DIKeystoreService.cpp463 virtual int32_t grant(const String16& name, int32_t granteeUid) in grant() function in android::BpKeystoreService