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.c1703 void cil_tree_print(struct cil_tree_node *tree, uint32_t depth) in cil_tree_print() function
1735 cil_tree_print(current->cl_head, depth + 1); in cil_tree_print()
1755 cil_tree_print(current->next, depth); in cil_tree_print()