Home
last modified time | relevance | path

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

/external/selinux/libsepol/include/sepol/policydb/
Debitmap.h87 extern int ebitmap_cpy(ebitmap_t * dst, const ebitmap_t * src);
Dmls_types.h54 if (ebitmap_cpy(&dst->cat, &src->cat) < 0) in mls_level_cpy()
/external/selinux/libsepol/src/
Dmls.c461 rc = ebitmap_cpy(&dst->range.level[l].cat, in mls_copy_context()
481 rc = ebitmap_cpy(&dst->range.level[l].cat, in mls_scopy_context()
500 rc = ebitmap_cpy(&context->range.level[l].cat, in mls_range_set()
Dexpand.c342 if (ebitmap_cpy(&new_expr->names, in constraint_node_clone()
714 if (ebitmap_cpy(&role->dominates, &mapped_roles)) in role_remap_dominates()
2324 if (ebitmap_cpy(&p->attr_type_map[value - 1], &type->types)) { in type_attr_map()
2453 if (ebitmap_cpy(&mapped_roles, &x->roles)) in role_set_expand()
2525 if (ebitmap_cpy(&types, &set->types)) in type_set_expand()
2627 if (ebitmap_cpy(&avrule->stypes.types, &stypes)) in copy_neverallow()
2630 if (ebitmap_cpy(&avrule->ttypes.types, &ttypes)) in copy_neverallow()
2962 if (ebitmap_cpy(&out->policycaps, &base->policycaps)) { in expand_module()
Debitmap.c171 int ebitmap_cpy(ebitmap_t * dst, const ebitmap_t * src) in ebitmap_cpy() function
Dpolicydb.c1606 if (ebitmap_cpy(&dst->types, &src->types)) in type_set_cpy()
1608 if (ebitmap_cpy(&dst->negset, &src->negset)) in type_set_cpy()
1726 rc = ebitmap_cpy(&r->level[1].cat, &r->level[0].cat); in mls_read_range_helper()
/external/selinux/policycoreutils/mcstrans/src/
Dmcstrans.c218 int rc = ebitmap_cpy(e, def); in parse_ebitmap()
1210 if (ebitmap_cpy(&tmp, &mraw->cat) < 0) goto err; in compute_raw_from_trans()
1331 if (ebitmap_cpy(&orig_unhandled, &unhandled) < 0) in compute_trans_from_raw()
1408 if (ebitmap_cpy(&temp, &unhandled) < 0) in compute_trans_from_raw()
/external/selinux/libsepol/cil/src/
Dcil_binary.c155 if (ebitmap_cpy(new, attr->users)) { in __cil_expand_user()
181 if (ebitmap_cpy(new, attr->roles)) { in __cil_expand_role()
207 if (ebitmap_cpy(new, attr->types)) { in __cil_expand_type()
1641 rc = ebitmap_cpy(hashtab_xperms, xperms); in __cil_avrulex_ioctl_to_hashtable()
/external/selinux/checkpolicy/
Dpolicy_define.c3393 if (ebitmap_cpy(&newe->names, &e->names)) in constraint_expr_clone()
4429 if (ebitmap_cpy(&c->range.level[1].cat, in parse_security_context()