Searched refs:resources_path (Results 1 – 3 of 3) sorted by relevance
45 std::string resources_path = original_working_dir_ + kPathDelimiter + in SetUpTestCase() local47 webrtc::test::CreateDirectory(resources_path); in SetUpTestCase()49 files_.push_back(resources_path + kTestName + "." + kExtension); in SetUpTestCase()50 files_.push_back(resources_path + kTestName + "_32." + kExtension); in SetUpTestCase()51 files_.push_back(resources_path + kTestName + "_64." + kExtension); in SetUpTestCase()52 files_.push_back(resources_path + kTestName + "_linux." + kExtension); in SetUpTestCase()53 files_.push_back(resources_path + kTestName + "_mac." + kExtension); in SetUpTestCase()54 files_.push_back(resources_path + kTestName + "_win." + kExtension); in SetUpTestCase()55 files_.push_back(resources_path + kTestName + "_linux_32." + kExtension); in SetUpTestCase()56 files_.push_back(resources_path + kTestName + "_mac_32." + kExtension); in SetUpTestCase()[all …]
133 std::string resources_path = ProjectRootPath() + kResourcesDirName + in ResourcePath() local135 std::string resource_file = resources_path + name + "_" + platform + "_" + in ResourcePath()141 resource_file = resources_path + name + "_" + platform + "." + extension; in ResourcePath()146 resource_file = resources_path + name + "_" + architecture + "." + extension; in ResourcePath()151 return resources_path + name + "." + extension; in ResourcePath()
140 FilePath resources_path; in CreateExtensionURLRequestJob() local141 if (PathService::Get(chrome::DIR_RESOURCES, &resources_path) && in CreateExtensionURLRequestJob()142 directory_path.DirName() == resources_path) { in CreateExtensionURLRequestJob()