OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cil_gen_blockinherit
(Results
1 - 3
of
3
) sorted by null
/external/selinux/libsepol/cil/src/
cil_build_ast.h
45
int
cil_gen_blockinherit
(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *ast_node);
cil_build_ast.c
207
int
cil_gen_blockinherit
(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *ast_node)
function
[
all
...]
/external/selinux/libsepol/cil/test/unit/
test_cil_build_ast.c
372
int rc =
cil_gen_blockinherit
(test_db, test_tree->root->cl_head->cl_head, test_ast_node);
391
int rc =
cil_gen_blockinherit
(test_db, test_tree->root->cl_head->cl_head, test_ast_node);
410
int rc =
cil_gen_blockinherit
(test_db, test_tree->root->cl_head->cl_head, test_ast_node);
429
int rc =
cil_gen_blockinherit
(test_db, test_tree->root->cl_head->cl_head, test_ast_node);
444
int rc =
cil_gen_blockinherit
(test_db, test_tree->root->cl_head->cl_head, test_ast_node);
463
int rc =
cil_gen_blockinherit
(test_db, test_tree->root->cl_head->cl_head, test_ast_node);
478
int rc =
cil_gen_blockinherit
(test_db, test_tree->root->cl_head->cl_head, test_ast_node);
[
all
...]
Completed in 41 milliseconds