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

/system/sepolicy/tools/
H A Dcheckfc.c51 } global_state; variable in typeref:struct:__anon2590
93 int bit_pos = get_attr_bit(global_state.sepolicy.pdb, *attributes);
159 int rc = sepol_context_from_string(global_state.sepolicy.handle, context,
166 rc = sepol_context_check(global_state.sepolicy.handle,
167 global_state.sepolicy.sdb, ctx);
174 uint32_t len = ebitmap_length(&global_state.assert.set);
176 res = !is_type_of_attribute_set(global_state.sepolicy.pdb, type_name,
177 &global_state.assert.set);
180 dump_char_array(stderr, global_state.assert.attrs);
213 if (global_state
[all...]

Completed in 70 milliseconds