HomeSort by relevance Sort by last modified time
    Searched full:negset (Results 1 - 9 of 9) sorted by null

  /external/libsepol/tests/
test-linker-roles.c 83 /* make sure it has the correct type set (g_b_type_1, no negset, no flags) */
93 /* make sure it has the correct type set (o1_b_type_1, no negset, no flags) */
114 /* make sure it has the correct type set (g_m1_type_1, no negset, no flags) */
124 /* make sure it has the correct type set (o1_m1_type_1, no negset, no flags) */
137 /* make sure it has the correct type set (g_m1_type_1, no negset, no flags) */
149 /* make sure it has the correct type set (g_b_type_2, g_m1_type_2, g_m2_type_2, no negset, no flags) */
test-common.c 219 /* roles should never have anything in the negset */
220 CU_ASSERT(role->types.negset.highbit == 0);
  /external/checkpolicy/test/
dismod.c 142 for (i = ebitmap_startbit(&set->negset);
143 i < ebitmap_length(&set->negset); i++) {
144 if (!ebitmap_get_bit(&set->negset, i))
162 for (i = ebitmap_startbit(&set->negset);
163 i < ebitmap_length(&set->negset); i++) {
164 if (!ebitmap_get_bit(&set->negset, i))
  /external/libsepol/src/
policydb.c 416 ebitmap_init(&x->negset);
423 ebitmap_destroy(&x->negset);
    [all...]
expand.c     [all...]
link.c 973 ebitmap_for_each_bit(&types->negset, tnode, i) {
977 (&dst->negset, mod->map[SYM_TYPES][i] - 1, 1)) {
    [all...]
write.c 592 if (ebitmap_write(&x->negset, fp))
    [all...]
  /external/checkpolicy/
policy_define.c 1498 if (ebitmap_set_bit(&set->negset, t->s.value - 1, TRUE))
2992 ebitmap_t negset; local
    [all...]
  /external/libsepol/include/sepol/policydb/
policydb.h 82 ebitmap_t negset; member in struct:type_set

Completed in 1015 milliseconds