Home
last modified time | relevance | path

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

/external/selinux/libsepol/src/
Dmodule_to_cil.c1187 int s, t, num_snames, num_tnames; in avrule_list_to_cil() local
1197 rc = process_typeset(pdb, ts, attr_list, &snames, &num_snames); in avrule_list_to_cil()
1208 for (s = 0; s < num_snames; s++) { in avrule_list_to_cil()
1232 names_destroy(&snames, &num_snames); in avrule_list_to_cil()
1244 names_destroy(&snames, &num_snames); in avrule_list_to_cil()