Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/cil/src/
Dcil.c69 char *CIL_KEY_CONS_U1; variable
238 CIL_KEY_CONS_U1 = cil_strpool_add("u1"); in cil_init_keys()
1391 return CIL_KEY_CONS_U1; in cil_node_to_string()
Dcil_internal.h86 extern char *CIL_KEY_CONS_U1;
Dcil_write_ast.c133 operand_str = CIL_KEY_CONS_U1; in write_expr()
Dcil_build_ast.c2706 else if (operand == CIL_KEY_CONS_U1) return CIL_CONS_U1; in __cil_get_constraint_operand_flavor()