Home
last modified time | relevance | path

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

/system/security/keystore/
Dkeystore.cpp621 grant_t *grant = getGrant(filename, uid); in addGrant() local
638 grant_t *grant = getGrant(keyString.c_str(), uid); in removeGrant() local
753 grant_t *grant; in getGrant() local
1250 static ResponseCode grant(KeyStore* keyStore, int, uid_t uid, Value* keyName, in grant() function