Searched refs:boolmap (Results 1 - 2 of 2) sorted by relevance
/third_party/selinux/libsepol/include/sepol/policydb/ |
H A D | expand.h | 39 * this special case should map type[i] to i+1. Likewise the boolmap 49 policydb_t * out, uint32_t * typemap, uint32_t * boolmap,
|
/third_party/selinux/libsepol/src/ |
H A D | expand.c | 45 uint32_t *boolmap; member 1155 state->boolmap[bool->s.value - 1] = new_bool->s.value; in bool_copy_callback() 2029 cur->bool = state->boolmap[cur->bool - 1]; in cond_node_map_bools() 2034 cn->bool_ids[i] = state->boolmap[cn->bool_ids[i] - 1]; in cond_node_map_bools() 2835 uint32_t * boolmap, uint32_t * rolemap, in expand_module_avrules() 2846 state.boolmap = boolmap; in expand_module_avrules() 3018 state.boolmap = (uint32_t *)calloc(state.base->p_bools.nprim, sizeof(uint32_t)); in expand_module() 3019 if (!state.boolmap) { in expand_module() 3208 free(state.boolmap); in expand_module() 2833 expand_module_avrules(sepol_handle_t * handle, policydb_t * base, policydb_t * out, uint32_t * typemap, uint32_t * boolmap, uint32_t * rolemap, uint32_t * usermap, int verbose, int expand_neverallow) expand_module_avrules() argument [all...] |
Completed in 5 milliseconds