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 558 struct cil_bool { struct
969 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 747 struct cil_bool *orig = data;
748 struct cil_bool *new = NULL;
    [all...]
cil_binary.c 766 int cil_bool_to_policydb(policydb_t *pdb, struct cil_bool *cil_bool)
774 key = cil_strdup(cil_bool->datum.fqn);
780 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 917 case CIL_BOOL: {
918 struct cil_bool *boolean = node->data;
    [all...]
cil.c 510 case CIL_BOOL:
786 case CIL_BOOL:
897 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 167 milliseconds