Home
last modified time | relevance | path

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

/aosp12/system/sepolicy/tools/
H A Dcheckfc.c262 const char *sepolicy_file, const char *context_file, bool allow_empty) in do_fc_check_and_die_on_error() argument
272 if (allow_empty) { in do_fc_check_and_die_on_error()
340 bool allow_empty = false; in main() local
352 allow_empty = true; in main()
395 do_fc_check_and_die_on_error(opts, backend, mode, sepolicy_file, context_file, allow_empty); in main()