Home
last modified time | relevance | path

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

/system/sepolicy/tools/
Dcheckfc.c42 struct selabel_handle *sehnd[SEHANDLE_CNT]; member
233 struct selabel_handle *sehnd = global_state.sepolicy.sehnd[i]; in cleanup() local
234 if (sehnd) { in cleanup()
235 selabel_close(sehnd); in cleanup()
250 global_state.sepolicy.sehnd[i] = selabel_open(backend, opts, 2); in do_compare_and_die_on_error()
251 if (!global_state.sepolicy.sehnd[i]) { in do_compare_and_die_on_error()
257 result = selabel_cmp(global_state.sepolicy.sehnd[0], global_state.sepolicy.sehnd[1]); in do_compare_and_die_on_error()
323 global_state.sepolicy.sehnd[0] = selabel_open(backend, opts, 2); in do_fc_check_and_die_on_error()
324 if (!global_state.sepolicy.sehnd[0]) { in do_fc_check_and_die_on_error()