Searched refs:golden_file_string (Results 1 – 1 of 1) sorted by relevance
40 static char golden_file_string[256]; variable128 memset(golden_file_string, 0, sizeof(golden_file_string)); in gx_validation_setup()189 strncpy(golden_file_string, golden_file_path, sizeof(golden_file_string)); in gx_validation_setup()190 strncat(golden_file_string, golden_file_name, sizeof(golden_file_string)); in gx_validation_setup()207 gx_validation_verify_start(test_parameter.test_name, golden_file_string, checksum); in gx_validation_setup()