HomeSort by relevance Sort by last modified time
    Searched full:context_file (Results 1 - 3 of 3) 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 [-S context_file] [-C]\n");
76 const char* context_file = NULL; local
86 context_file = optarg;
94 if (context_file != NULL) {
95 sehnd = get_sehnd(context_file);
  /external/sepolicy/tools/
checkfc.c 21 fprintf(stderr, "usage: %s [OPTIONS] sepolicy context_file\n\n", name);
23 fprintf(stderr, "The context_file is assumed to be a file_contexts file\n");
  /external/chromium_org/tools/valgrind/
memcheck_analyze.py 518 context_file = open(file, "r")
520 context_file.readline()
522 context_data = context_file.readline().rstrip()
527 context_file.close()

Completed in 2624 milliseconds