Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_internal.h95 char *CIL_KEY_CONS_DOM; variable
Dcil.c101 CIL_KEY_CONS_DOM = cil_strpool_add("dom"); in cil_init_keys()
1151 return CIL_KEY_CONS_DOM; in cil_node_to_string()
Dcil_write_ast.c116 op_str = CIL_KEY_CONS_DOM; in __cil_unfill_expr_helper()
Dcil_tree.c398 op_str = CIL_KEY_CONS_DOM; in cil_expr_to_string()
Dcil_build_ast.c2613 else if (op == CIL_KEY_CONS_DOM) return CIL_CONS_DOM; in __cil_get_constraint_operator_flavor()