HomeSort by relevance Sort by last modified time
    Searched refs:context_file (Results 1 - 2 of 2) 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/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 532 milliseconds