Home
last modified time | relevance | path

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

/aosp_15_r20/external/selinux/libsepol/cil/src/
H A Dcil_post.c1264 static int __cil_expr_to_bitmap_helper(struct cil_list_item *curr, enum cil_flavor flavor, ebitmap_… in __cil_expr_to_bitmap_helper() function
1349 rc = __cil_expr_to_bitmap_helper(curr->next, flavor, &b1, max, db); in __cil_expr_to_bitmap()
1364 rc = __cil_expr_to_bitmap_helper(curr->next->next, flavor, &b2, max, db); in __cil_expr_to_bitmap()
1392 rc = __cil_expr_to_bitmap_helper(curr, flavor, &b2, max, db); in __cil_expr_to_bitmap()