Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil.c263 cil_list_init(&(*db)->selinuxusers, CIL_LIST_ITEM); in cil_db_init()
312 cil_list_destroy(&(*db)->selinuxusers, CIL_FALSE); in cil_db_destroy()
1419 if (db->selinuxusers->head == NULL) { in cil_selinuxusers_to_string()
1425 cil_list_for_each(curr, db->selinuxusers) { in cil_selinuxusers_to_string()
1443 for(curr = db->selinuxusers->head; curr != NULL; curr = curr->next) { in cil_selinuxusers_to_string()
Dcil_internal.h290 struct cil_list *selinuxusers; member
Dcil_post.c473 cil_list_prepend(db->selinuxusers, CIL_SELINUXUSER, node->data); in __cil_post_db_array_helper()
477 cil_list_append(db->selinuxusers, CIL_SELINUXUSERDEFAULT, node->data); in __cil_post_db_array_helper()