OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tmp_union
(Results
1 - 1
of
1
) sorted by null
/external/libsepol/src/
expand.c
226
ebitmap_t
tmp_union
;
local
248
if (map_ebitmap(&type->types, &
tmp_union
, state->typemap)) {
253
/* then union
tmp_union
onto &new_type->types */
254
if (ebitmap_union(&new_type->types, &
tmp_union
)) {
258
ebitmap_destroy(&
tmp_union
);
1036
ebitmap_t
tmp_union
;
local
1123
ebitmap_init(&
tmp_union
);
1126
if (role_set_expand(&user->roles, &
tmp_union
, state->out, state->base, state->rolemap)) {
1128
ebitmap_destroy(&
tmp_union
);
1132
if (ebitmap_union(&new_user->roles.roles, &
tmp_union
)) {
[
all
...]
Completed in 188 milliseconds