Home
last modified time | relevance | path

Searched refs:CIL_KEY_AND (Results 1 – 6 of 6) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_policy.c476 op_str = CIL_KEY_AND; in cil_perms_to_policy()
683 op_str = CIL_KEY_AND; in cil_expr_to_string()
Dcil_internal.h89 char *CIL_KEY_AND; variable
Dcil.c96 CIL_KEY_AND = cil_strpool_add("and"); in cil_init_keys()
1116 return CIL_KEY_AND; in cil_node_to_string()
Dcil_tree.c288 op_str = CIL_KEY_AND; in cil_expr_to_string()
Dcil_build_ast.c2527 else if (op == CIL_KEY_AND) return CIL_AND; in __cil_get_expr_operator_flavor()
2632 if (op == CIL_KEY_AND) return CIL_AND; in __cil_get_constraint_operator_flavor()
Dcil_binary.c1872 opstr = CIL_KEY_AND; in __cil_expr_to_string()