Searched defs:perm_labels (Results 1 - 1 of 1) sorted by relevance

/system/security/keystore/
H A Dpermissions.cpp29 /* perm_labels associcated with keystore_key SELinux class verbs. */
30 const char* perm_labels[] = { variable
67 if (index > 0 && index <= (sizeof(perm_labels) / sizeof(perm_labels[0]))) {
68 return perm_labels[index - 1];

Completed in 1060 milliseconds