Home
last modified time | relevance | path

Searched refs:P_EXIST (Results 1 – 3 of 3) sorted by relevance

/system/security/keystore/
Dpermissions.h28 P_EXIST = 1 << 4, enumerator
Dpermissions.cpp76 {AID_BLUETOOTH, static_cast<perm_t>(P_GET | P_INSERT | P_DELETE | P_EXIST | P_SIGN | P_VERIFY)},
87 P_GET_STATE | P_GET | P_INSERT | P_DELETE | P_EXIST | P_LIST | P_SIGN | P_VERIFY |
Dkey_store_service.cpp232 if (!checkBinderPermission(P_EXIST, targetUid)) { in exist()