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

/external/libsepol/include/sepol/policydb/
H A Dexpand.h60 unsigned char alwaysexpand);
62 unsigned char alwaysexpand);
/external/libsepol/src/
H A Dexpand.c2001 unsigned char alwaysexpand; local
2010 alwaysexpand = ((source_rule->specified & AVRULE_TYPE) ||
2014 (dest_pol, typemap, &source_rule->stypes, &stypes, alwaysexpand))
2017 (dest_pol, typemap, &source_rule->ttypes, &ttypes, alwaysexpand))
2387 unsigned char alwaysexpand)
2401 if (type_set_expand(&tmpset, types, p, alwaysexpand))
2524 * - if alwaysexpand is 1, then they will be expanded,
2529 unsigned char alwaysexpand)
2538 if (alwaysexpand || ebitmap_length(&set->negset) || set->flags) {
2385 expand_convert_type_set(policydb_t * p, uint32_t * typemap, type_set_t * set, ebitmap_t * types, unsigned char alwaysexpand) argument
2528 type_set_expand(type_set_t * set, ebitmap_t * t, policydb_t * p, unsigned char alwaysexpand) argument

Completed in 82 milliseconds