Home
last modified time | relevance | path

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

/external/selinux/libsepol/include/sepol/policydb/
Dconstraint.h29 #define CEXPR_MAXDEPTH 5 macro
/external/selinux/libsepol/src/
Dservices.c399 int s[CEXPR_MAXDEPTH]; in constraint_expr_eval_reason()
492 if (sp == (CEXPR_MAXDEPTH - 1)) in constraint_expr_eval_reason()
624 if (sp == (CEXPR_MAXDEPTH - 1)) in constraint_expr_eval_reason()
Dpolicydb.c2210 if (depth == (CEXPR_MAXDEPTH - 1)) in read_cons_helper()
2217 if (depth == (CEXPR_MAXDEPTH - 1)) in read_cons_helper()
/external/selinux/checkpolicy/
Dpolicy_define.c3559 if (depth == (CEXPR_MAXDEPTH - 1)) { in define_constraint()
3698 if (depth == (CEXPR_MAXDEPTH - 1)) { in define_validatetrans()
/external/selinux/libsepol/cil/src/
Dcil_build_ast.c2749 if (*depth > CEXPR_MAXDEPTH) { in __cil_fill_constraint_expr()
2750 cil_log(CIL_ERR, "Max depth of %d exceeded for constraint expression\n", CEXPR_MAXDEPTH); in __cil_fill_constraint_expr()