Home
last modified time | relevance | path

Searched refs:test_image_path (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libjpeg-turbo/gtest/
H A Dtjbench-gtest-wrapper.cpp97 base::FilePath test_image_path(GetTargetDirectory()); in TEST_P() local
98 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() local
169 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()
/aosp_15_r20/platform_testing/libraries/screenshot/
H A Dupdate_goldens2.py108 test_image_path = image_locations["image_location_test"]
112 shutil.copy2(test_image_path, golden_image_path)