Searched refs:cil_resolve_avrule (Results 1 – 3 of 3) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_resolve_ast.h | 42 int cil_resolve_avrule(struct cil_tree_node *current, void *extra_args);
|
D | cil_resolve_ast.c | 302 int cil_resolve_avrule(struct cil_tree_node *current, void *extra_args) in cil_resolve_avrule() function 3558 rc = cil_resolve_avrule(node, args); in __cil_resolve_ast_node()
|
/external/selinux/libsepol/cil/test/unit/ |
D | test_cil_resolve_ast.c | 3289 int rc = cil_resolve_avrule(test_db->ast->root->cl_head->next->next->next, args); in test_cil_resolve_avrule() 3311 int rc = cil_resolve_avrule(test_db->ast->root->cl_head->next->next->next->next, args); in test_cil_resolve_avrule_permset() 3333 int rc = cil_resolve_avrule(test_db->ast->root->cl_head->next->next->next->next, args); in test_cil_resolve_avrule_permset_neg() 3355 int rc = cil_resolve_avrule(test_db->ast->root->cl_head->next->next->next->next, args); in test_cil_resolve_avrule_permset_permdne_neg() 3376 int rc = cil_resolve_avrule(test_db->ast->root->cl_head->next->next->next, args); in test_cil_resolve_avrule_firsttype_neg() 3397 int rc = cil_resolve_avrule(test_db->ast->root->cl_head->next->next->next, args); in test_cil_resolve_avrule_secondtype_neg() 3418 int rc = cil_resolve_avrule(test_db->ast->root->cl_head->next->next->next, args); in test_cil_resolve_avrule_class_neg() 3439 int rc = cil_resolve_avrule(test_db->ast->root->cl_head->next->next->next, args); in test_cil_resolve_avrule_perm_neg()
|