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

/system/security/keystore/
H A Dkeystore.cpp1254 Value* granteeData, Value*) {
1261 keyStore->addGrant(filename, granteeData);
1266 Value* granteeData, Value*) {
1273 return keyStore->removeGrant(filename, granteeData) ? NO_ERROR : KEY_NOT_FOUND;
1253 grant(KeyStore* keyStore, int, uid_t uid, Value* keyName, Value* granteeData, Value*) argument
1265 ungrant(KeyStore* keyStore, int, uid_t uid, Value* keyName, Value* granteeData, Value*) argument

Completed in 7 milliseconds