Home
last modified time | relevance | path

Searched refs:constraint_expr (Results 1 – 3 of 3) sorted by relevance

/external/selinux/libsepol/include/sepol/policydb/
Dconstraint.h31 typedef struct constraint_expr { struct
62 struct constraint_expr *next; /* next expression */ argument
/external/selinux/checkpolicy/
Dpolicy_define.c3662 struct constraint_expr *expr, *e1 = NULL, *e2; in define_cexpr()
3689 e2 = (struct constraint_expr *)arg1; in define_cexpr()
3704 e2 = (struct constraint_expr *)arg1; in define_cexpr()
3714 e1->next = (struct constraint_expr *)arg2; in define_cexpr()
3717 e2 = (struct constraint_expr *)arg2; in define_cexpr()
/external/selinux/libsepol/src/
Dmodule_to_cil.c1618 static int constraint_expr_to_string(int indent, struct policydb *pdb, struct constraint_expr *expr… in constraint_expr_to_string()
1621 struct constraint_expr *expr; in constraint_expr_to_string()