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

  /external/selinux/libsepol/cil/src/
cil_flavor.h 41 CIL_ROOT,
cil.c 237 cil_root_init((struct cil_root **)&(*db)->ast->root->data);
313 void cil_root_init(struct cil_root **root)
315 struct cil_root *r = cil_malloc(sizeof(*r));
321 void cil_root_destroy(struct cil_root *root)
456 case CIL_ROOT:
840 case CIL_ROOT:
    [all...]
cil_copy_ast.c     [all...]
cil_policy.c     [all...]
cil_tree.c 130 new_node->flavor = CIL_ROOT;
    [all...]
cil_resolve_ast.c 78 symtab = &((struct cil_root *)db->ast->root->data)->symtab[sym_index];
    [all...]
cil_build_ast.c     [all...]
  /external/selinux/libsepol/cil/test/unit/
test_cil.c 106 test_ast_node->parent->flavor = CIL_ROOT;
CilTest.c 93 new_tree->root->flavor = CIL_ROOT;
    [all...]
test_cil_copy_ast.c     [all...]

Completed in 36 milliseconds