Searched refs:cil_gen_class (Results 1 – 4 of 4) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_build_ast.h | 51 int cil_gen_class(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *ast…
|
D | cil_build_ast.c | 341 int cil_gen_class(struct cil_db *db, struct cil_tree_node *parse_current, struct cil_tree_node *ast… in cil_gen_class() function 6023 rc = cil_gen_class(db, parse_current, ast_node); in __cil_build_ast_node_helper()
|
/external/selinux/libsepol/cil/test/unit/ |
D | test_cil_build_ast.c | 1044 int rc = cil_gen_class(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_class() 1066 int rc = cil_gen_class(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_class_noname_neg() 1081 int rc = cil_gen_class(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_class_nodenull_neg() 1096 int rc = cil_gen_class(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_class_dbnull_neg() 1114 int rc = cil_gen_class(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_class_currnull_neg() 1133 int rc = cil_gen_class(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_class_noclass_neg() 1152 int rc = cil_gen_class(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_class_noclassname_neg() 1171 int rc = cil_gen_class(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_class_namesublist_neg() 1190 int rc = cil_gen_class(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_class_noperms() 1209 int rc = cil_gen_class(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_gen_class_permsnotinlist_neg() [all …]
|
D | test_cil_copy_ast.c | 227 cil_gen_class(test_db, test_tree->root->cl_head->cl_head, test_ast_node); in test_cil_copy_class()
|