Home
last modified time | relevance | path

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

/external/selinux/libsepol/src/
Dexpand.c2505 ebitmap_t types, neg_types; in type_set_expand() local
2542 ebitmap_init(&neg_types); in type_set_expand()
2547 (&neg_types, in type_set_expand()
2552 if (ebitmap_set_bit(&neg_types, i, 1)) { in type_set_expand()
2561 if (ebitmap_get_bit(&neg_types, i)) in type_set_expand()
2573 if (!ebitmap_get_bit(&neg_types, i)) in type_set_expand()
2599 ebitmap_destroy(&neg_types); in type_set_expand()