Home
last modified time | relevance | path

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

/external/selinux/libsepol/include/sepol/policydb/
Dexpand.h64 unsigned char alwaysexpand);
66 unsigned char alwaysexpand);
/external/selinux/libsepol/src/
Dexpand.c1941 unsigned char alwaysexpand; in convert_and_expand_rule() local
1952 alwaysexpand = ((source_rule->specified & AVRULE_TYPE) || in convert_and_expand_rule()
1956 (dest_pol, typemap, &source_rule->stypes, &stypes, alwaysexpand)) in convert_and_expand_rule()
1959 (dest_pol, typemap, &source_rule->ttypes, &ttypes, alwaysexpand)) in convert_and_expand_rule()
2363 unsigned char alwaysexpand) in expand_convert_type_set() argument
2377 if (type_set_expand(&tmpset, types, p, alwaysexpand)) in expand_convert_type_set()
2502 unsigned char alwaysexpand) in type_set_expand() argument
2507 unsigned char expand = alwaysexpand || ebitmap_length(&set->negset) || set->flags; in type_set_expand()