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 158 } perm_t; typedef in typeref:enum:__anon63747
194 perm_t perms;
196 {AID_SYSTEM, static_cast<perm_t>((uint32_t)(~0)) },
197 {AID_VPN, static_cast<perm_t>(P_GET | P_SIGN | P_VERIFY) },
198 {AID_WIFI, static_cast<perm_t>(P_GET | P_SIGN | P_VERIFY) },
199 {AID_ROOT, static_cast<perm_t>(P_GET) },
202 static const perm_t DEFAULT_PERMS = static_cast<perm_t>(P_TEST | P_GET | P_INSERT | P_DELETE | P_EXIST | P_SAW | P_SIGN
208 static const char *get_perm_label(perm_t perm) {
234 static bool keystore_selinux_check_access(uid_t uid, perm_t perm, pid_t spid)
    [all...]
  /system/core/sdcard/
sdcard.c 150 } perm_t; typedef in typeref:enum:__anon63619
178 perm_t perm;
    [all...]

Completed in 80 milliseconds