Searched refs:__cil_cond_expr_to_sepol_expr_helper (Results 1 - 1 of 1) sorted by relevance

/external/selinux/libsepol/cil/src/
H A Dcil_binary.c1617 static int __cil_cond_expr_to_sepol_expr_helper(policydb_t *pdb, struct cil_list *cil_expr, cond_expr_t **head, cond_expr_t **tail);
1637 int rc = __cil_cond_expr_to_sepol_expr_helper(pdb, l, head, tail);
1651 static int __cil_cond_expr_to_sepol_expr_helper(policydb_t *pdb, struct cil_list *cil_expr, cond_expr_t **head, cond_expr_t **tail) function
1756 rc = __cil_cond_expr_to_sepol_expr_helper(pdb, cil_expr, &head, &tail);

Completed in 57 milliseconds