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 198 * @param[in] datum The cil_bool datum.
202 int cil_bool_to_policydb(policydb_t *pdb, struct cil_bool *cil_bool);
cil_internal.h 531 struct cil_bool { struct
925 void cil_bool_init(struct cil_bool **cilbool);
cil_build_ast.h 117 void cil_destroy_bool(struct cil_bool *boolean);
cil_copy_ast.c 708 struct cil_bool *orig = data;
709 struct cil_bool *new = NULL;
    [all...]
cil_binary.c 792 int cil_bool_to_policydb(policydb_t *pdb, struct cil_bool *cil_bool)
800 key = cil_strdup(cil_bool->datum.fqn);
806 sepol_bool->state = cil_bool->value;
    [all...]
cil_policy.c 977 case CIL_BOOL: {
978 const char *boolean = ((struct cil_bool*)current->data)->value ? "true" : "false";
    [all...]
cil_tree.c 899 case CIL_BOOL: {
900 struct cil_bool *boolean = node->data;
    [all...]
cil.c 497 case CIL_BOOL:
763 case CIL_BOOL:
870 case CIL_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 150 milliseconds