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

/external/selinux/libsepol/src/
H A Dexpand.c152 ebitmap_t tmp_union; local
174 if (map_ebitmap(&type->types, &tmp_union, state->typemap)) {
179 /* then union tmp_union onto &new_type->types */
180 if (ebitmap_union(&new_type->types, &tmp_union)) {
184 ebitmap_destroy(&tmp_union);
963 ebitmap_t tmp_union; local
1050 ebitmap_init(&tmp_union);
1053 if (role_set_expand(&user->roles, &tmp_union, state->out, state->base, state->rolemap)) {
1055 ebitmap_destroy(&tmp_union);
1059 if (ebitmap_union(&new_user->roles.roles, &tmp_union)) {
[all...]

Completed in 85 milliseconds