OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
246
cil_root_init((struct
cil_root
**)&(*db)->ast->root->data);
326
void cil_root_init(struct
cil_root
**root)
328
struct
cil_root
*r = cil_malloc(sizeof(*r));
334
void cil_root_destroy(struct
cil_root
*root)
469
case
CIL_ROOT
:
867
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
80
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 48 milliseconds