Searched refs:perm_strs (Results 1 - 7 of 7) sorted by relevance

/external/selinux/libsepol/cil/src/
H A Dcil_tree.c453 void cil_tree_print_perm_strs(struct cil_list *perm_strs) argument
457 if (perm_strs == NULL) {
463 cil_list_for_each(curr, perm_strs) {
478 cil_log(CIL_INFO, ", perm_strs:");
479 cil_tree_print_perm_strs(cp->perm_strs);
H A Dcil_build_ast.h58 int cil_fill_perms(struct cil_tree_node *start_perm, struct cil_list **perm_strs);
H A Dcil_internal.h373 struct cil_list *perm_strs; member in struct:cil_classperms
H A Dcil_resolve_ast.c109 static int __cil_resolve_perms(symtab_t *class_symtab, symtab_t *common_symtab, struct cil_list *perm_strs, struct cil_list **perm_datums) argument
114 cil_list_init(perm_datums, perm_strs->flavor);
116 cil_list_for_each(curr, perm_strs) {
169 rc = __cil_resolve_perms(&class->perms, common_symtab, cp->perm_strs, &cp->perms);
H A Dcil_copy_ast.c185 cil_copy_list(orig->perm_strs, &((*new)->perm_strs));
H A Dcil.c2366 (*cp)->perm_strs = NULL;
H A Dcil_build_ast.c599 rc = cil_fill_perms(parse_current->next, &(*cp)->perm_strs);
619 cil_list_destroy(&cp->perm_strs, CIL_TRUE);

Completed in 243 milliseconds