Searched defs:allow_empty (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)
272 if (allow_empty) {
340 bool allow_empty = false; local
352 allow_empty = true;
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 265 milliseconds