HomeSort by relevance Sort by last modified time
    Searched refs:cil_tree_walk (Results 1 - 12 of 12) sorted by null

  /external/selinux/libsepol/cil/src/
cil_tree.h 68 int cil_tree_walk(struct cil_tree_node *start_node, int (*process_node)(struct cil_tree_node *node, uint32_t *finished, void *extra_args), int (*first_child)(struct cil_tree_node *node, void *extra_args), int (*last_child)(struct cil_tree_node *node, void *extra_args), void *extra_args);
cil_post.c     [all...]
cil_find.c 380 rc = cil_tree_walk(current, __cil_find_matching_avrule_in_ast, NULL, NULL, &args);
cil_reset_ast.c 564 rc = cil_tree_walk(current, __cil_reset_node, NULL, NULL, NULL);
cil_policy.c 926 rc = cil_tree_walk(true_node, __cil_booleanif_node_helper, __cil_booleanif_last_child_helper, NULL, &extra_args);
936 rc = cil_tree_walk(false_node, __cil_booleanif_node_helper, __cil_booleanif_last_child_helper, NULL, &extra_args);
    [all...]
cil_verify.c 414 rc = cil_tree_walk(current, __cil_verify_ordered_node_helper, NULL, NULL, &extra_args);
967 rc = cil_tree_walk(cond_block, __cil_verify_booleanif_helper, NULL, NULL, symtab);
    [all...]
cil_tree.c 198 rc = cil_tree_walk(node, process_node, first_child, last_child, extra_args);
210 int cil_tree_walk(struct cil_tree_node *node, function
    [all...]
cil_binary.c     [all...]
cil_copy_ast.c     [all...]
cil_resolve_ast.c     [all...]
cil_build_ast.c     [all...]
  /external/selinux/libsepol/cil/test/unit/
test_cil_resolve_ast.c 695 cil_tree_walk(test_db->ast->root, __cil_resolve_ast_node_helper, NULL, NULL, args);
    [all...]

Completed in 278 milliseconds