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.h94 char *CIL_KEY_CONS_DOM; variable
Dcil.c101 CIL_KEY_CONS_DOM = cil_strpool_add("dom"); in cil_init_keys()
1128 return CIL_KEY_CONS_DOM; in cil_node_to_string()
Dcil_tree.c312 op_str = CIL_KEY_CONS_DOM; in cil_expr_to_string()
Dcil_policy.c704 op_str = CIL_KEY_CONS_DOM; in cil_expr_to_string()
Dcil_build_ast.c2637 else if (op == CIL_KEY_CONS_DOM) return CIL_CONS_DOM; in __cil_get_constraint_operator_flavor()