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

/system/sepolicy/tools/
H A Dcheckfc.c196 fprintf(stderr, "usage1: %s [-l|-p|-s|-v] [-e] sepolicy context_file\n\n"
202 "Otherwise, context_file is assumed to be a file_contexts file\n"
203 "If -e is specified, then the context_file is allowed to be empty.\n\n"
262 const char *sepolicy_file, const char *context_file, bool allow_empty)
265 if (stat(context_file, &sb) < 0) {
321 opts[1].value = context_file;
325 fprintf(stderr, "Error: could not load context file from %s\n", context_file);
393 char *context_file = argv[index + 1]; 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 62 milliseconds