Home
last modified time | relevance | path

Searched refs:cil_tree_print (Results 1 – 2 of 2) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_tree.h65 void cil_tree_print(struct cil_tree_node *tree, uint32_t depth);
Dcil_tree.c1736 void cil_tree_print(struct cil_tree_node *tree, uint32_t depth) in cil_tree_print() function
1768 cil_tree_print(current->cl_head, depth + 1); in cil_tree_print()
1788 cil_tree_print(current->next, depth); in cil_tree_print()