Home
last modified time | relevance | path

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

/external/selinux/libsepol/src/
Dmodule_to_cil.c1052 static int process_typeset(struct policydb *pdb, struct type_set *ts, struct list *attr_list, char … in process_typeset() function
1104 rc = process_typeset(pdb, ts, attr_list, &tnames, &num_tnames); in roletype_role_in_ancestor_to_cil()
1197 rc = process_typeset(pdb, ts, attr_list, &snames, &num_snames); in avrule_list_to_cil()
1203 rc = process_typeset(pdb, ts, attr_list, &tnames, &num_tnames); in avrule_list_to_cil()
1453 rc = process_typeset(pdb, ts, type_attr_list, &type_names, &num_type_names); in role_trans_to_cil()
1543 rc = process_typeset(pdb, ts, attr_list, &stypes, &num_stypes); in range_trans_to_cil()
1549 rc = process_typeset(pdb, ts, attr_list, &ttypes, &num_ttypes); in range_trans_to_cil()
1607 rc = process_typeset(pdb, ts, attr_list, &stypes, &num_stypes); in filename_trans_to_cil()
1613 rc = process_typeset(pdb, ts, attr_list, &ttypes, &num_ttypes); in filename_trans_to_cil()
2157 rc = process_typeset(pdb, ts, attr_list, &types, &num_types); in role_to_cil()
[all …]