Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_binary.c1416 ebitmap_t type_bitmap; in __cil_avrule_to_avtab() local
1420 rc = __cil_expand_type(src, &type_bitmap); in __cil_avrule_to_avtab()
1423 ebitmap_for_each_bit(&type_bitmap, tnode, i) { in __cil_avrule_to_avtab()
1424 if (!ebitmap_get_bit(&type_bitmap, i)) continue; in __cil_avrule_to_avtab()
1429 ebitmap_destroy(&type_bitmap); in __cil_avrule_to_avtab()
1433 ebitmap_destroy(&type_bitmap); in __cil_avrule_to_avtab()
1711 ebitmap_t type_bitmap; in cil_avrulex_to_hashtable() local
1715 ebitmap_init(&type_bitmap); in cil_avrulex_to_hashtable()
1728 rc = __cil_expand_type(src, &type_bitmap); in cil_avrulex_to_hashtable()
1731 ebitmap_for_each_bit(&type_bitmap, tnode, i) { in cil_avrulex_to_hashtable()
[all …]