HomeSort by relevance Sort by last modified time
    Searched refs:SYM_BOOLS (Results 1 - 8 of 8) sorted by null

  /external/libsepol/tests/
test-linker-cond-map.c 72 CU_ASSERT(strcmp(p->sym_val_to_name[SYM_BOOLS][expr->bool - 1], bools[i].bool) == 0);
99 test_sym_presence(base, "g_b_bool_1", SYM_BOOLS, SCOPE_DECL, decls, 1);
109 test_sym_presence(base, "o1_b_bool_1", SYM_BOOLS, SCOPE_DECL, decls, 1);
127 test_sym_presence(base, "g_m1_bool_1", SYM_BOOLS, SCOPE_DECL, decls, 1);
137 test_sym_presence(base, "o1_m1_bool_1", SYM_BOOLS, SCOPE_DECL, decls, 1);
147 test_sym_presence(base, "g_m2_bool_1", SYM_BOOLS, SCOPE_DECL, decls, 1);
148 test_sym_presence(base, "g_m2_bool_2", SYM_BOOLS, SCOPE_DECL, decls, 1);
test-common.c 115 CU_ASSERT(p->sym_val_to_name[SYM_BOOLS][d->s.value - 1] == (char *)key);
  /external/libsepol/include/sepol/policydb/
policydb.h 351 #define SYM_BOOLS 5
387 #define p_bools_scope scope[SYM_BOOLS]
481 #define p_bools symtab[SYM_BOOLS]
492 #define p_bool_val_to_name sym_val_to_name[SYM_BOOLS]
  /external/libsepol/src/
link.c 650 state->cur->map[SYM_BOOLS][booldatum->s.value - 1] = base_bool->s.value;
    [all...]
expand.c 1056 if (!is_id_enabled(id, state->base, SYM_BOOLS)) {
    [all...]
  /external/checkpolicy/
module_compiler.c 1069 require_symbol(SYM_BOOLS, id, (hashtab_datum_t *) booldatum,
    [all...]
policy_define.c     [all...]
  /external/checkpolicy/test/
dismod.c 365 display_id(p, fp, SYM_BOOLS, i, "");

Completed in 494 milliseconds