Searched refs:temp_dir2 (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/chrome/browser/themes/ |
D | theme_service_unittest.cc | 142 base::ScopedTempDir temp_dir2; in TEST_F() local 143 ASSERT_TRUE(temp_dir2.CreateUniqueTempDir()); in TEST_F() 154 const std::string& extension2_id = LoadUnpackedThemeAt(temp_dir2.path()); in TEST_F() 205 base::ScopedTempDir temp_dir2; in TEST_F() local 206 ASSERT_TRUE(temp_dir2.CreateUniqueTempDir()); in TEST_F() 209 const std::string& extension2_id = LoadUnpackedThemeAt(temp_dir2.path()); in TEST_F()
|
/external/chromium_org/chrome/installer/util/ |
D | self_cleaning_temp_dir_unittest.cc | 96 SelfCleaningTempDir temp_dir2; in TEST_F() local 100 EXPECT_TRUE(temp_dir2.Initialize(parent_temp_dir, L"Three")); in TEST_F() 103 EXPECT_EQ(parent_temp_dir.Append(L"Three"), temp_dir2.path()); in TEST_F() 105 EXPECT_TRUE(base::DirectoryExists(temp_dir2.path())); in TEST_F() 107 EXPECT_TRUE(temp_dir2.Delete()); in TEST_F()
|
/external/chromium_org/chrome/browser/ |
D | shell_integration_linux_unittest.cc | 248 base::ScopedTempDir temp_dir2; in TEST() local 249 ASSERT_TRUE(temp_dir2.CreateUniqueTempDir()); in TEST() 250 base::FilePath apps_path = temp_dir2.path().AppendASCII("applications"); in TEST() 257 env.Set("XDG_DATA_HOME", temp_dir2.path().value()); in TEST() 345 base::ScopedTempDir temp_dir2; in TEST() local 346 ASSERT_TRUE(temp_dir2.CreateUniqueTempDir()); in TEST() 350 temp_dir2.path().value()); in TEST() 357 temp_dir2.path().AppendASCII("applications"))); in TEST() 359 temp_dir2.path().AppendASCII("applications") in TEST()
|
/external/chromium_org/chrome/browser/extensions/ |
D | extension_service_unittest.cc | 2030 base::ScopedTempDir temp_dir2; in TEST_F() local 2031 ASSERT_TRUE(temp_dir2.CreateUniqueTempDir()); in TEST_F() 2033 ASSERT_FALSE(creator->Run(temp_dir2.path(), crx_path, privkey_path, in TEST_F() 2039 temp_dir2.path().Append(extensions::kManifestFilename), in TEST_F() 2042 ASSERT_FALSE(creator->Run(temp_dir2.path(), crx_path, privkey_path, in TEST_F()
|