Home
last modified time | relevance | path

Searched refs:cil_gen_context (Results 1 – 4 of 4) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_build_ast.h174 int cil_gen_context(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *a…
Dcil_build_ast.c4143 int cil_gen_context(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *a… in cil_gen_context() function
6392 rc = cil_gen_context(db, parse_current, ast_node); in __cil_build_ast_node_helper()
/external/selinux/libsepol/cil/test/unit/
Dtest_cil_copy_ast.c907 cil_gen_context(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_copy_context()
1008 cil_gen_context(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_copy_fill_context()
1044 cil_gen_context(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_copy_fill_context_anonrange()
Dtest_cil_build_ast.c12093 int rc = cil_gen_context(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_context()
12112 int rc = cil_gen_context(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_context_notinparens_neg()
12131 int rc = cil_gen_context(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_context_extralevel_neg()
12150 int rc = cil_gen_context(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_context_emptycontext_neg()
12169 int rc = cil_gen_context(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_context_extra_neg()
12188 int rc = cil_gen_context(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_context_doubleparen_neg()
12207 int rc = cil_gen_context(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_context_norole_neg()
12226 int rc = cil_gen_context(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_context_roleinparens_neg()
12245 int rc = cil_gen_context(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_context_notype_neg()
12264 int rc = cil_gen_context(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_context_typeinparens_neg()
[all …]