Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/src/
Dcil_internal.h96 extern char *CIL_KEY_CONS_DOMBY;
Dcil.c99 char *CIL_KEY_CONS_DOMBY; variable
264 CIL_KEY_CONS_DOMBY = cil_strpool_add("domby"); in cil_init_keys()
1333 return CIL_KEY_CONS_DOMBY; in cil_node_to_string()
Dcil_write_ast.c119 op_str = CIL_KEY_CONS_DOMBY; in __cil_unfill_expr_helper()
Dcil_tree.c401 op_str = CIL_KEY_CONS_DOMBY; in cil_expr_to_string()
Dcil_build_ast.c2648 else if (op == CIL_KEY_CONS_DOMBY) return CIL_CONS_DOMBY; in __cil_get_constraint_operator_flavor()