Searched refs:test_image_path (Results 1 – 2 of 2) sorted by relevance
97 base::FilePath test_image_path(GetTargetDirectory()); in TEST_P() local98 test_image_path = test_image_path.AppendASCII(std::get<0>(GetParam())); in TEST_P()101 ASSERT_TRUE(base::ReadFileToString(test_image_path, &test_image_data)); in TEST_P()168 base::FilePath test_image_path(GetTargetDirectory()); in TEST_P() local169 test_image_path = test_image_path.AppendASCII(std::get<0>(GetParam())); in TEST_P()172 ASSERT_TRUE(base::ReadFileToString(test_image_path, &test_image_data)); in TEST_P()
108 test_image_path = image_locations["image_location_test"]112 shutil.copy2(test_image_path, golden_image_path)