Searched refs:config_file (Results 1 - 1 of 1) sorted by last modified time

/system/extras/tests/fstest/
H A Dperm_checker.c46 static char *config_file; variable
187 add_rule(-1, config_file,
415 config_file = (argc == 2) ? argv[1] : DEFAULT_CONFIG_FILE;
422 if (!(fp = fopen(config_file, "r"))) {
423 printf("Error opening %s\n", config_file);

Completed in 134 milliseconds