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

/system/sepolicy/tools/
H A Dcheckfc.c262 const char *sepolicy_file, const char *context_file, bool allow_empty)
278 global_state.sepolicy.file = fopen(sepolicy_file, "r");
392 char *sepolicy_file = argv[index]; local
395 do_fc_check_and_die_on_error(opts, backend, mode, sepolicy_file, context_file, allow_empty);
261 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 4 milliseconds