Lines Matching refs:AppendASCII
64 resource_path = resource_path.AppendASCII("third_party"); in SetUpTestSuite()
65 resource_path = resource_path.AppendASCII("libjpeg_turbo"); in SetUpTestSuite()
66 resource_path = resource_path.AppendASCII("testimages"); in SetUpTestSuite()
67 resource_path = resource_path.AppendASCII("testorig.ppm"); in SetUpTestSuite()
71 target_path = target_path.AppendASCII("testout_tile.ppm"); in SetUpTestSuite()
98 test_image_path = test_image_path.AppendASCII(std::get<0>(GetParam())); in TEST_P()
134 resource_path = resource_path.AppendASCII("third_party"); in SetUpTestSuite()
135 resource_path = resource_path.AppendASCII("libjpeg_turbo"); in SetUpTestSuite()
136 resource_path = resource_path.AppendASCII("testimages"); in SetUpTestSuite()
137 resource_path = resource_path.AppendASCII("testorig.ppm"); in SetUpTestSuite()
141 target_path = target_path.AppendASCII("testout_tilem.ppm"); in SetUpTestSuite()
169 test_image_path = test_image_path.AppendASCII(std::get<0>(GetParam())); in TEST_P()