Lines Matching refs:resource_path
62 base::FilePath resource_path; in SetUpTestSuite() local
63 ASSERT_TRUE(base::PathService::Get(base::DIR_SRC_TEST_DATA_ROOT, &resource_path)); in SetUpTestSuite()
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()
68 ASSERT_TRUE(base::PathExists(resource_path)); in SetUpTestSuite()
73 ASSERT_TRUE(base::CopyFile(resource_path, target_path)); in SetUpTestSuite()
132 base::FilePath resource_path; in SetUpTestSuite() local
133 ASSERT_TRUE(base::PathService::Get(base::DIR_SRC_TEST_DATA_ROOT, &resource_path)); in SetUpTestSuite()
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()
138 ASSERT_TRUE(base::PathExists(resource_path)); in SetUpTestSuite()
143 ASSERT_TRUE(base::CopyFile(resource_path, target_path)); in SetUpTestSuite()