HomeSort by relevance Sort by last modified time
    Searched refs:userprefixes (Results 1 - 3 of 3) sorted by null

  /external/selinux/libsepol/cil/src/
cil.c 262 cil_list_init(&(*db)->userprefixes, CIL_LIST_ITEM);
311 cil_list_destroy(&(*db)->userprefixes, CIL_FALSE);
1183 if (db->userprefixes->head == NULL) {
1189 cil_list_for_each(curr, db->userprefixes) {
1200 cil_list_for_each(curr, db->userprefixes) {
    [all...]
cil_internal.h 289 struct cil_list *userprefixes; member in struct:cil_db
cil_post.c 469 cil_list_append(db->userprefixes, CIL_USERPREFIX, node->data);
    [all...]

Completed in 44 milliseconds