Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil.c272 cil_list_init(&(*db)->selinuxusers, CIL_LIST_ITEM); in cil_db_init()
325 cil_list_destroy(&(*db)->selinuxusers, CIL_FALSE); in cil_db_destroy()
1460 if (db->selinuxusers->head == NULL) { in cil_selinuxusers_to_string()
1466 cil_list_for_each(curr, db->selinuxusers) { in cil_selinuxusers_to_string()
1484 for(curr = db->selinuxusers->head; curr != NULL; curr = curr->next) { in cil_selinuxusers_to_string()
Dcil_internal.h301 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()