Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil.c436 cil_list_init(&(*db)->selinuxusers, CIL_LIST_ITEM); in cil_db_init()
489 cil_list_destroy(&(*db)->selinuxusers, CIL_FALSE); in cil_db_destroy()
1624 if (db->selinuxusers->head == NULL) { in cil_selinuxusers_to_string()
1630 cil_list_for_each(curr, db->selinuxusers) { in cil_selinuxusers_to_string()
1648 for(curr = db->selinuxusers->head; curr != NULL; curr = curr->next) { in cil_selinuxusers_to_string()
Dcil_internal.h303 struct cil_list *selinuxusers; member
Dcil_post.c703 cil_list_prepend(db->selinuxusers, CIL_SELINUXUSER, node->data); in __cil_post_db_array_helper()
707 cil_list_append(db->selinuxusers, CIL_SELINUXUSERDEFAULT, node->data); in __cil_post_db_array_helper()