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

  /external/selinux/libsepol/cil/src/
cil_binary.h 199 * @param[in] datum The cil_bool datum.
203 int cil_bool_to_policydb(policydb_t *pdb, struct cil_bool *cil_bool);
cil_internal.h 585 struct cil_bool { struct
1019 void cil_bool_init(struct cil_bool **cilbool);
cil_build_ast.h 124 void cil_destroy_bool(struct cil_bool *boolean);
cil_copy_ast.c 770 struct cil_bool *orig = data;
771 struct cil_bool *new = NULL;
    [all...]
cil_binary.c 781 int cil_bool_to_policydb(policydb_t *pdb, struct cil_bool *cil_bool)
789 key = cil_strdup(cil_bool->datum.fqn);
795 sepol_bool->state = cil_bool->value;
    [all...]
cil_tree.c 1018 case CIL_BOOL: {
1019 struct cil_bool *boolean = node->data;
    [all...]
cil.c 530 case CIL_BOOL:
818 case CIL_BOOL:
929 case CIL_BOOL:
    [all...]
cil_policy.c 139 case CIL_BOOL:
1011 struct cil_bool *bool;
    [all...]
cil_build_ast.c     [all...]
  /external/selinux/libsepol/cil/test/unit/
test_cil_copy_ast.c 539 cil_gen_bool(test_db, test_tree->root->cl_head->cl_head, test_ast_node, CIL_BOOL);
549 CuAssertIntEquals(tc, ((struct cil_bool *)test_copy->data)->value,
550 ((struct cil_bool *)test_ast_node->data)->value);
    [all...]
test_cil_build_ast.c     [all...]

Completed in 4071 milliseconds