OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cil_expr_to_string
(Results
1 - 2
of
2
) sorted by null
/external/selinux/libsepol/cil/src/
cil_tree.c
248
static int
cil_expr_to_string
(struct cil_list *expr, char **out)
function
262
rc =
cil_expr_to_string
(curr->data, &stack[pos]);
424
cil_expr_to_string
(datum_expr, &expr_str);
426
cil_expr_to_string
(str_expr, &expr_str);
[
all
...]
cil_policy.c
642
static int
cil_expr_to_string
(struct cil_list *expr, char **out)
function
657
rc =
cil_expr_to_string
(curr->data, &stack[pos]);
817
rc =
cil_expr_to_string
(expr, &str_out);
[
all
...]
Completed in 73 milliseconds