Searched refs:output_file_path (Results 1 – 2 of 2) sorted by relevance
| /GUIX-v6.2.1/test/guix_test/regression_test/utility/ |
| D | gx_validation_utility.c | 43 static char output_file_path[128]; variable 132 memset(output_file_path, 0, sizeof(output_file_path)); in gx_validation_setup() 138 memcpy(output_file_path, DEFAULT_OUTPUT_FILE_PATH, sizeof(DEFAULT_OUTPUT_FILE_PATH)); in gx_validation_setup() 159 strncpy(output_file_path, argv[i], sizeof(output_file_path) - 1); in gx_validation_setup() 184 …sprintf(output_failures_file_string, "%s%s_failures.bin", output_file_path, test_parameter.test_na… in gx_validation_setup() 187 … sprintf(output_checksum_file_string, "%s%s.checksum", output_file_path, test_parameter.test_name); in gx_validation_setup() 191 strncpy(output_file_string, output_file_path, sizeof(output_file_string)); in gx_validation_setup()
|
| /GUIX-v6.2.1/test/guix_studio_test/test_view/ |
| D | test_utils.py | 250 def cmp_files(output_file_lists, compare_func, output_file_path = DEFAULT_OUTPUT_FILE_PATH, golden_… argument 265 output_file = output_file_path + file 280 def cmp_output_files(output_file_lists, output_file_path = DEFAULT_OUTPUT_FILE_PATH, golden_file_pa… argument 281 cmp_files(output_file_lists, compare_output_file, output_file_path, golden_file_path) 283 def cmp_normal_files(normal_file_lists, output_file_path = DEFAULT_OUTPUT_FILE_PATH, golden_file_pa… argument 284 cmp_files(normal_file_lists, compare_normal_file, output_file_path, golden_file_path) 286 def cmp_xml_files(xml_file_lists, output_file_path = DEFAULT_OUTPUT_FILE_PATH, golden_file_path = D… argument 287 cmp_files(xml_file_lists, compare_xml_file, output_file_path, golden_file_path)
|