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

/system/security/keystore/
H A Dkeystore.cpp621 grant_t *grant = getGrant(filename, uid); local
622 if (grant == NULL) {
623 grant = new grant_t;
624 grant->uid = uid;
625 grant->filename = reinterpret_cast<const uint8_t*>(strdup(filename));
626 list_add_tail(&mGrants, &grant->plist);
636 grant_t *grant = getGrant(filename, uid); local
637 if (grant != NULL) {
638 list_remove(&grant->plist);
639 delete grant;
750 grant_t *grant; local
1253 static ResponseCode grant(KeyStore* keyStore, int, uid_t uid, Value* keyName, function
[all...]

Completed in 21 milliseconds