Searched refs:perm_t (Results 1 – 2 of 2) sorted by relevance
/system/security/keystore/ |
D | keystore.cpp | 288 } perm_t; typedef 323 perm_t perms; 325 {AID_SYSTEM, static_cast<perm_t>((uint32_t)(~0)) }, 326 {AID_VPN, static_cast<perm_t>(P_GET | P_SIGN | P_VERIFY) }, 327 {AID_WIFI, static_cast<perm_t>(P_GET | P_SIGN | P_VERIFY) }, 328 {AID_ROOT, static_cast<perm_t>(P_GET) }, 331 static const perm_t DEFAULT_PERMS = static_cast<perm_t>(P_GET_STATE | P_GET | P_INSERT | P_DELETE 337 static const char *get_perm_label(perm_t perm) { in get_perm_label() 363 static bool keystore_selinux_check_access(uid_t /*uid*/, perm_t perm, pid_t spid) { in keystore_selinux_check_access() 387 static bool has_permission(uid_t uid, perm_t perm, pid_t spid) { in has_permission() [all …]
|
/system/core/sdcard/ |
D | sdcard.c | 130 } perm_t; typedef 151 perm_t perm;
|