Searched refs:process_typeset (Results 1 – 1 of 1) sorted by relevance
/external/selinux/libsepol/src/ |
D | module_to_cil.c | 1064 static int process_typeset(struct policydb *pdb, struct type_set *ts, struct list *attr_list, char … in process_typeset() function 1116 rc = process_typeset(pdb, ts, attr_list, &tnames, &num_tnames); in roletype_role_in_ancestor_to_cil() 1209 rc = process_typeset(pdb, ts, attr_list, &snames, &num_snames); in avrule_list_to_cil() 1215 rc = process_typeset(pdb, ts, attr_list, &tnames, &num_tnames); in avrule_list_to_cil() 1465 rc = process_typeset(pdb, ts, type_attr_list, &type_names, &num_type_names); in role_trans_to_cil() 1558 rc = process_typeset(pdb, ts, attr_list, &stypes, &num_stypes); in range_trans_to_cil() 1564 rc = process_typeset(pdb, ts, attr_list, &ttypes, &num_ttypes); in range_trans_to_cil() 1626 rc = process_typeset(pdb, ts, attr_list, &stypes, &num_stypes); in filename_trans_to_cil() 1632 rc = process_typeset(pdb, ts, attr_list, &ttypes, &num_ttypes); in filename_trans_to_cil() 2178 rc = process_typeset(pdb, ts, attr_list, &types, &num_types); in role_to_cil() [all …]
|