Searched refs:input_file (Results 1 – 3 of 3) sorted by relevance
435 if (strlen(arg) > (sizeof(test_data->input_file) - 1)) in parse_test_file()438 strlcpy(test_data->input_file, arg, sizeof(test_data->input_file)); in parse_test_file()669 if (test_data->input_file[0] == '\0') { in comp_perf_options_check()
230 FILE *f = fopen(test_data->input_file, "r"); in comp_perf_dump_input_data()288 test_data->input_data_sz, test_data->input_file, in comp_perf_dump_input_data()293 test_data->input_data_sz, test_data->input_file); in comp_perf_dump_input_data()
48 char input_file[PATH_MAX]; member