Searched refs:__cil_expr_to_string_helper (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/selinux/libsepol/cil/src/ |
H A D | cil_binary.c | 2138 static void __cil_expr_to_string_helper(struct cil_list_item *curr, enum cil_flavor flavor, char **… in __cil_expr_to_string_helper() function 2175 __cil_expr_to_string_helper(curr->next, flavor, &s1); in __cil_expr_to_string() 2176 __cil_expr_to_string_helper(curr->next->next, flavor, &s2); in __cil_expr_to_string() 2181 __cil_expr_to_string_helper(curr->next, flavor, &s1); in __cil_expr_to_string() 2189 __cil_expr_to_string_helper(curr->next->next, flavor, &s2); in __cil_expr_to_string() 2207 __cil_expr_to_string_helper(curr, flavor, &c1); in __cil_expr_to_string() 2210 __cil_expr_to_string_helper(curr, flavor, &s1); in __cil_expr_to_string()
|