Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_internal.h113 char *CIL_KEY_ALL; variable
Dcil_policy.c485 op_str = CIL_KEY_ALL; in cil_perms_to_policy()
692 op_str = CIL_KEY_ALL; in cil_expr_to_string()
Dcil.c120 CIL_KEY_ALL = cil_strpool_add("all"); in cil_init_keys()
1065 return CIL_KEY_ALL; in cil_node_to_string()
Dcil_tree.c297 op_str = CIL_KEY_ALL; in cil_expr_to_string()
Dcil_build_ast.c2220 else if (op == CIL_KEY_ALL) return CIL_ALL; /* Only set */ in __cil_get_expr_operator_flavor()