Searched refs:cil_gen_policycap (Results 1 – 3 of 3) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_build_ast.h | 210 int cil_gen_policycap(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node …
|
D | cil_build_ast.c | 5514 int cil_gen_policycap(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node … in cil_gen_policycap() function 6444 rc = cil_gen_policycap(db, parse_current, ast_node); in __cil_build_ast_node_helper()
|
/external/selinux/libsepol/cil/test/unit/ |
D | test_cil_build_ast.c | 15986 int rc = cil_gen_policycap(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_policycap() 16005 int rc = cil_gen_policycap(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_policycap_noname_neg() 16024 int rc = cil_gen_policycap(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_policycap_nameinparens_neg() 16043 int rc = cil_gen_policycap(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_policycap_extra_neg() 16058 int rc = cil_gen_policycap(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_policycap_dbnull_neg() 16077 int rc = cil_gen_policycap(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_policycap_currnull_neg() 16092 int rc = cil_gen_policycap(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_policycap_astnull_neg() 16111 int rc = cil_gen_policycap(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_policycap_neg()
|