Searched refs:cil_gen_context (Results 1 – 4 of 4) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_build_ast.h | 174 int cil_gen_context(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *a…
|
D | cil_build_ast.c | 4143 int cil_gen_context(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *a… in cil_gen_context() function 6394 rc = cil_gen_context(db, parse_current, ast_node); in __cil_build_ast_node_helper()
|
/external/selinux/libsepol/cil/test/unit/ |
D | test_cil_copy_ast.c | 907 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()
|
D | test_cil_build_ast.c | 12093 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 …]
|