HomeSort by relevance Sort by last modified time
    Searched refs:perm_t (Results 1 - 2 of 2) sorted by null

  /system/security/keystore/
keystore.cpp 184 } perm_t; typedef in typeref:enum:__anon70180
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 perm, pid_t spid)
    [all...]
  /system/core/sdcard/
sdcard.c 130 } perm_t; typedef in typeref:enum:__anon70019
151 perm_t perm;
    [all...]

Completed in 156 milliseconds