Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_tree.c248 static int cil_expr_to_string(struct cil_list *expr, char **out) in cil_expr_to_string() function
262 rc = cil_expr_to_string(curr->data, &stack[pos]); in cil_expr_to_string()
424 cil_expr_to_string(datum_expr, &expr_str); in cil_tree_print_expr()
426 cil_expr_to_string(str_expr, &expr_str); in cil_tree_print_expr()
Dcil_policy.c642 static int cil_expr_to_string(struct cil_list *expr, char **out) in cil_expr_to_string() function
657 rc = cil_expr_to_string(curr->data, &stack[pos]); in cil_expr_to_string()
817 rc = cil_expr_to_string(expr, &str_out); in cil_expr_to_policy()