HomeSort by relevance Sort by last modified time
    Searched defs:context_file (Results 1 - 4 of 4) sorted by null

  /build/tools/fs_config/
fs_config.c 59 static struct selabel_handle* get_sehnd(const char* context_file) {
60 struct selinux_opt seopts[] = { { SELABEL_OPT_PATH, context_file } };
71 fprintf(stderr, "Usage: fs_config [-D product_out_path] [-S context_file] [-C]\n");
76 const char* context_file = NULL; local
87 context_file = optarg;
98 if (context_file != NULL) {
99 sehnd = get_sehnd(context_file);
  /external/selinux/policycoreutils/run_init/
run_init.c 71 #define CONTEXT_FILE "initrc_context"
304 char context_file[PATH_MAX]; local
305 snprintf(context_file, sizeof(context_file) - 1, "%s/%s",
306 selinux_contexts_path(), CONTEXT_FILE);
307 fp = fopen(context_file, "r");
309 fprintf(stderr, _("Could not open file %s\n"), context_file);
336 fprintf(stderr, _("No context in file %s\n"), context_file);
  /external/selinux/libselinux/utils/
sefcontext_compile.c 22 FILE *context_file; local
24 context_file = fopen(filename, "r");
25 if (!context_file) {
31 while ((len = getline(&line_buf, &line_len, context_file)) != -1) {
123 fclose(context_file);
  /external/squashfs-tools/squashfs-tools/
mksquashfs.c 84 char *context_file = NULL; variable
    [all...]

Completed in 99 milliseconds