Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_binary.c1814 static void __cil_expr_to_string(struct cil_list *expr, enum cil_flavor flavor, char **out);
1823 __cil_expr_to_string(curr->data, flavor, &c); in __cil_expr_to_string_helper()
1833 static void __cil_expr_to_string(struct cil_list *expr, enum cil_flavor flavor, char **out) in __cil_expr_to_string() function
4309 __cil_expr_to_string(px->expr_str, CIL_PERMISSIONX, &expr_str); in __cil_print_permissionx()