Searched defs:sepolicy_file (Results 1 - 1 of 1) sorted by relevance

/system/sepolicy/tools/
H A Dcheckfc.c251 const char *sepolicy_file, const char *context_file, bool allow_empty)
267 global_state.sepolicy.file = fopen(sepolicy_file, "r");
373 char *sepolicy_file = argv[index]; local
376 do_fc_check_and_die_on_error(opts, backend, mode, sepolicy_file, context_file, allow_empty);
250 do_fc_check_and_die_on_error(struct selinux_opt opts[], unsigned int backend, filemode mode, const char *sepolicy_file, const char *context_file, bool allow_empty) argument

Completed in 69 milliseconds