Home
last modified time | relevance | path

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

/system/security/keystore/
Dkeystore.cpp393 grant_t* grant = new grant_t; in addGrant() local
402 grant_t* grant = *it; in removeGrant() local
568 grant_t* grant = *it; in getGrant() local
Dkey_store_service.cpp420 int32_t KeyStoreService::grant(const String16& name, int32_t granteeUid) { in grant() function in android::KeyStoreService
DIKeystoreService.cpp859 virtual int32_t grant(const String16& name, int32_t granteeUid) in grant() function in android::BpKeystoreService