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.c1199 int s, t, num_snames, num_tnames; in avrule_list_to_cil() local
1209 rc = process_typeset(pdb, ts, attr_list, &snames, &num_snames); in avrule_list_to_cil()
1220 for (s = 0; s < num_snames; s++) { in avrule_list_to_cil()
1244 names_destroy(&snames, &num_snames); in avrule_list_to_cil()
1256 names_destroy(&snames, &num_snames); in avrule_list_to_cil()