Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_internal.h84 extern char *CIL_KEY_CONS_R2;
Dcil.c67 char *CIL_KEY_CONS_R2; variable
236 CIL_KEY_CONS_R2 = cil_strpool_add("r2"); in cil_init_keys()
1405 return CIL_KEY_CONS_R2; in cil_node_to_string()
Dcil_write_ast.c154 operand_str = CIL_KEY_CONS_R2; in write_expr()
Dcil_build_ast.c2704 else if (operand == CIL_KEY_CONS_R2) return CIL_CONS_R2; in __cil_get_constraint_operand_flavor()