OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cil_gen_class
(Results
1 - 4
of
4
) sorted by null
/external/selinux/libsepol/cil/src/
cil_build_ast.h
51
int
cil_gen_class
(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *ast_node);
cil_build_ast.c
346
int
cil_gen_class
(__attribute__((unused)) struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *ast_node)
function
917
// TODO try to merge some of this with
cil_gen_class
(helper function for both)
[
all
...]
/external/selinux/libsepol/cil/test/unit/
test_cil_build_ast.c
1044
int rc =
cil_gen_class
(test_db, test_tree->root->cl_head->cl_head, test_ast_node);
1066
int rc =
cil_gen_class
(test_db, test_tree->root->cl_head->cl_head, test_ast_node);
1081
int rc =
cil_gen_class
(test_db, test_tree->root->cl_head->cl_head, test_ast_node);
1096
int rc =
cil_gen_class
(test_db, test_tree->root->cl_head->cl_head, test_ast_node);
[
all
...]
test_cil_copy_ast.c
227
cil_gen_class
(test_db, test_tree->root->cl_head->cl_head, test_ast_node);
[
all
...]
Completed in 59 milliseconds