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 584 struct cil_bool { struct
1017 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 777 int cil_bool_to_policydb(policydb_t *pdb, struct cil_bool *cil_bool)
785 key = cil_strdup(cil_bool->datum.fqn);
791 sepol_bool->state = cil_bool->value;
    [all...]
cil_tree.c 1014 case CIL_BOOL: {
1015 struct cil_bool *boolean = node->data;
    [all...]
cil.c 529 case CIL_BOOL:
817 case CIL_BOOL:
928 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 79 milliseconds