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 153 } perm_t; typedef in typeref:enum:__anon62875
166 perm_t perms;
168 {AID_SYSTEM, static_cast<perm_t>((uint32_t)(~0)) },
169 {AID_VPN, static_cast<perm_t>(P_GET | P_SIGN | P_VERIFY) },
170 {AID_WIFI, static_cast<perm_t>(P_GET | P_SIGN | P_VERIFY) },
171 {AID_ROOT, static_cast<perm_t>(P_GET) },
174 static const perm_t DEFAULT_PERMS = static_cast<perm_t>(P_TEST | P_GET | P_INSERT | P_DELETE | P_EXIST | P_SAW | P_SIGN
194 static bool has_permission(uid_t uid, perm_t perm) {
    [all...]
  /system/core/sdcard/
sdcard.c 145 } perm_t; typedef in typeref:enum:__anon62791
168 perm_t perm;
    [all...]

Completed in 136 milliseconds