Home
last modified time | relevance | path

Searched refs:test_file (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/app/test-crypto-perf/
H A Dcperf_test_vector_parsing.c26 if (opts->test_file != NULL) { in free_test_vector()
469 fp = fopen(opts->test_file, "r"); in parse_file()
471 printf("File %s does not exists\n", opts->test_file); in parse_file()
568 if (opts == NULL || opts->test_file == NULL) in cperf_test_vector_get_from_file()
H A Dcperf_options_parsing.c495 opts->test_file = strdup(arg); in parse_test_file()
496 if (access(opts->test_file, F_OK) != -1) in parse_test_file()
892 opts->test_file = NULL; in cperf_options_default()
1135 options->test_file == NULL) { in cperf_options_check()
1149 if (options->test_name != NULL && options->test_file == NULL) { in cperf_options_check()
1156 options->test_file == NULL) { in cperf_options_check()
H A Dcperf_options.h135 char *test_file; member
H A Dmain.c564 if (opts.test_file != NULL) { in main()