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

/system/security/keystore/
H A Dkeystore.cpp445 } grant_t; typedef in typeref:struct:__anon570
621 grant_t *grant = getGrant(filename, uid);
623 grant = new grant_t;
636 grant_t *grant = getGrant(filename, uid);
748 grant_t* getGrant(const char* filename, uid_t uid) const {
750 grant_t *grant;
753 grant = node_to_item(node, grant_t, plist);

Completed in 25 milliseconds