OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:P_DELETE
(Results
1 - 3
of
3
) sorted by null
/system/security/keystore/
permissions.h
27
P_DELETE
= 1 << 3,
permissions.cpp
57
static const perm_t DEFAULT_PERMS = static_cast<perm_t>(P_GET_STATE | P_GET | P_INSERT |
P_DELETE
|
key_store_service.cpp
110
if (!checkBinderPermission(
P_DELETE
, targetUid)) {
[
all
...]
Completed in 185 milliseconds