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

  /external/selinux/libsepol/cil/src/
cil_tree.h 72 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_policy.c 183 cil_tree_walk(start, __cil_gather_statements_helper, NULL, NULL, lists);
    [all...]
cil_post.c     [all...]
cil_find.c 384 rc = cil_tree_walk(current, __cil_find_matching_avrule_in_ast, NULL, NULL, &args);
cil_reset_ast.c 585 rc = cil_tree_walk(current, __cil_reset_node, NULL, NULL, NULL);
android.c 150 rc = cil_tree_walk(db->ast->root, __extract_attributees_helper, NULL, NULL, &extra_args);
762 rc = cil_tree_walk(db->ast->root, __attributize_helper, NULL, NULL, &extra_args);
cil_verify.c 420 rc = cil_tree_walk(current, __cil_verify_ordered_node_helper, NULL, NULL, &extra_args);
968 rc = cil_tree_walk(cond_block, __cil_verify_booleanif_helper, NULL, NULL, symtab);
    [all...]
cil_write_ast.c 449 rc = cil_tree_walk(node, __cil_write_node_helper,
    [all...]
cil_tree.c 284 rc = cil_tree_walk(node, process_node, first_child, last_child, extra_args);
296 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 94 milliseconds