Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/src/
Dexpand.c2534 ebitmap_t types, neg_types; in type_set_expand() local
2571 ebitmap_init(&neg_types); in type_set_expand()
2576 (&neg_types, in type_set_expand()
2581 if (ebitmap_set_bit(&neg_types, i, 1)) { in type_set_expand()
2590 if (ebitmap_get_bit(&neg_types, i)) in type_set_expand()
2602 if (!ebitmap_get_bit(&neg_types, i)) in type_set_expand()
2628 ebitmap_destroy(&neg_types); in type_set_expand()