Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_internal.h115 char *CIL_KEY_ALL; variable
Dcil.c121 CIL_KEY_ALL = cil_strpool_add("all"); in cil_init_keys()
1135 return CIL_KEY_ALL; in cil_node_to_string()
Dcil_write_ast.c101 op_str = CIL_KEY_ALL; in __cil_unfill_expr_helper()
Dcil_tree.c383 op_str = CIL_KEY_ALL; in cil_expr_to_string()
Dcil_binary.c2036 *out = cil_strdup(CIL_KEY_ALL); in __cil_expr_to_string()
Dcil_build_ast.c2508 else if (op == CIL_KEY_ALL) return CIL_ALL; /* Only set and permissionx */ in __cil_get_expr_operator_flavor()