Searched refs:cil_bool (Results 1 – 11 of 11) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_binary.h | 203 int cil_bool_to_policydb(policydb_t *pdb, struct cil_bool *cil_bool);
|
D | cil_internal.h | 586 struct cil_bool { struct 1021 void cil_bool_init(struct cil_bool **cilbool);
|
D | cil_build_ast.h | 124 void cil_destroy_bool(struct cil_bool *boolean);
|
D | cil_copy_ast.c | 770 struct cil_bool *orig = data; in cil_copy_bool() 771 struct cil_bool *new = NULL; in cil_copy_bool()
|
D | cil_binary.c | 768 int cil_bool_to_policydb(policydb_t *pdb, struct cil_bool *cil_bool) in cil_bool_to_policydb() argument 776 key = cil_strdup(cil_bool->datum.fqn); in cil_bool_to_policydb() 782 sepol_bool->state = cil_bool->value; in cil_bool_to_policydb()
|
D | cil_tree.c | 1019 struct cil_bool *boolean = node->data; in cil_tree_print_node()
|
D | cil_policy.c | 1010 struct cil_bool *bool; in cil_bools_to_policy()
|
D | cil.c | 2315 void cil_bool_init(struct cil_bool **cilbool) in cil_bool_init()
|
D | cil_build_ast.c | 2419 struct cil_bool *boolean = NULL; in cil_gen_bool() 2463 void cil_destroy_bool(struct cil_bool *boolean) in cil_destroy_bool()
|
/external/selinux/libsepol/cil/test/unit/ |
D | test_cil_copy_ast.c | 549 CuAssertIntEquals(tc, ((struct cil_bool *)test_copy->data)->value, in test_cil_copy_bool() 550 ((struct cil_bool *)test_ast_node->data)->value); in test_cil_copy_bool()
|
D | test_cil_build_ast.c | 5507 CuAssertIntEquals(tc, ((struct cil_bool*)test_ast_node->data)->value, 1); in test_cil_gen_bool_true() 5529 CuAssertIntEquals(tc, ((struct cil_bool*)test_ast_node->data)->value, 1); in test_cil_gen_bool_tunable_true() 5551 CuAssertIntEquals(tc, ((struct cil_bool*)test_ast_node->data)->value, 0); in test_cil_gen_bool_false() 5573 CuAssertIntEquals(tc, ((struct cil_bool*)test_ast_node->data)->value, 0); in test_cil_gen_bool_tunable_false()
|