HomeSort by relevance Sort by last modified time
    Searched refs:temp_dir1 (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/themes/
theme_service_unittest.cc 135 base::ScopedTempDir temp_dir1; local
136 ASSERT_TRUE(temp_dir1.CreateUniqueTempDir());
141 const std::string& extension1_id = LoadUnpackedThemeAt(temp_dir1.path());
198 base::ScopedTempDir temp_dir1; local
199 ASSERT_TRUE(temp_dir1.CreateUniqueTempDir());
203 const std::string& extension1_id = LoadUnpackedThemeAt(temp_dir1.path());
  /external/chromium_org/chrome/installer/util/
self_cleaning_temp_dir_unittest.cc 95 SelfCleaningTempDir temp_dir1; local
98 EXPECT_TRUE(temp_dir1.Initialize(parent_temp_dir, L"Three"));
102 EXPECT_EQ(parent_temp_dir.Append(L"Three"), temp_dir1.path());
104 EXPECT_TRUE(base::DirectoryExists(temp_dir1.path()));
109 EXPECT_FALSE(base::DirectoryExists(temp_dir1.path()));
113 EXPECT_TRUE(temp_dir1.Delete());
  /external/chromium_org/chrome/browser/
shell_integration_linux_unittest.cc 250 base::ScopedTempDir temp_dir1; local
251 ASSERT_TRUE(temp_dir1.CreateUniqueTempDir());
252 base::FilePath desktop_path = temp_dir1.path();
354 base::ScopedTempDir temp_dir1; local
355 ASSERT_TRUE(temp_dir1.CreateUniqueTempDir());
360 env.Set("XDG_DATA_DIRS", temp_dir1.path().value() + ":" +
364 temp_dir1.path().AppendASCII(kTemplateFilename),

Completed in 93 milliseconds