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.h116 extern char *CIL_KEY_ALL;
Dcil.c119 char *CIL_KEY_ALL; variable
284 CIL_KEY_ALL = cil_strpool_add("all"); in cil_init_keys()
1315 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.c1996 *out = cil_strdup(CIL_KEY_ALL); in __cil_expr_to_string()
Dcil_build_ast.c2542 else if (op == CIL_KEY_ALL) return CIL_ALL; /* Only set and permissionx */ in __cil_get_expr_operator_flavor()