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

/system/security/keystore/
H A Dkeystore.cpp184 } perm_t; typedef in typeref:enum:__anon1666
219 perm_t perms;
221 {AID_SYSTEM, static_cast<perm_t>((uint32_t)(~0)) },
222 {AID_VPN, static_cast<perm_t>(P_GET | P_SIGN | P_VERIFY) },
223 {AID_WIFI, static_cast<perm_t>(P_GET | P_SIGN | P_VERIFY) },
224 {AID_ROOT, static_cast<perm_t>(P_GET) },
227 static const perm_t DEFAULT_PERMS = static_cast<perm_t>(P_GET_STATE | P_GET | P_INSERT | P_DELETE
233 static const char *get_perm_label(perm_t perm) {
259 static bool keystore_selinux_check_access(uid_t /*uid*/, perm_t per
[all...]
/system/core/sdcard/
H A Dsdcard.c130 } perm_t; typedef in typeref:enum:__anon1505
151 perm_t perm;

Completed in 56 milliseconds