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

  /external/selinux/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/selinux/libsepol/include/sepol/policydb/
policydb.h 383 #define SYM_BOOLS 5
420 #define p_bools_scope scope[SYM_BOOLS]
514 #define p_bools symtab[SYM_BOOLS]
525 #define p_bool_val_to_name sym_val_to_name[SYM_BOOLS]
  /external/selinux/semodule-utils/semodule_deps/
semodule_deps.c 162 if (!(i == SYM_TYPES || i == SYM_BOOLS))
  /external/selinux/checkpolicy/
module_compiler.c 60 [SYM_BOOLS] = "bool",
1001 require_symbol(SYM_BOOLS, id, (hashtab_datum_t *) booldatum,
1006 print_error_msg(retval, SYM_BOOLS);
    [all...]
policy_define.c     [all...]
  /external/selinux/libsepol/src/
link.c 658 state->cur->map[SYM_BOOLS][booldatum->s.value - 1] = base_bool->s.value;
    [all...]
expand.c 1080 if (!is_id_enabled(id, state->base, SYM_BOOLS)) {
    [all...]
  /external/selinux/checkpolicy/test/
dismod.c 365 display_id(p, fp, SYM_BOOLS, i, "");
  /external/selinux/libsepol/cil/src/
cil_binary.c 786 rc = symtab_insert(pdb, SYM_BOOLS, key, sepol_bool, SCOPE_DECL, 0, &value);
    [all...]

Completed in 934 milliseconds