Searched refs:context_file (Results 1 – 1 of 1) sorted by relevance
/system/sepolicy/tools/ |
D | checkfc.c | 262 const char *sepolicy_file, const char *context_file, bool allow_empty) in do_fc_check_and_die_on_error() argument 265 if (stat(context_file, &sb) < 0) { in do_fc_check_and_die_on_error() 321 opts[1].value = context_file; in do_fc_check_and_die_on_error() 325 fprintf(stderr, "Error: could not load context file from %s\n", context_file); in do_fc_check_and_die_on_error() 393 char *context_file = argv[index + 1]; in main() local 395 do_fc_check_and_die_on_error(opts, backend, mode, sepolicy_file, context_file, allow_empty); in main()
|