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 266 cil_list_init(&(*db)->userprefixes, CIL_LIST_ITEM);
317 cil_list_destroy(&(*db)->userprefixes, CIL_FALSE);
1200 if (db->userprefixes->head == NULL) {
1206 cil_list_for_each(curr, db->userprefixes) {
1217 cil_list_for_each(curr, db->userprefixes) {
    [all...]
cil_internal.h 295 struct cil_list *userprefixes; member in struct:cil_db
cil_post.c 472 cil_list_append(db->userprefixes, CIL_USERPREFIX, node->data);
    [all...]

Completed in 781 milliseconds