Searched refs:temp_dir1 (Results 1 – 3 of 3) sorted by relevance
95 SelfCleaningTempDir temp_dir1; in TEST_F() local98 EXPECT_TRUE(temp_dir1.Initialize(parent_temp_dir, L"Three")); in TEST_F()102 EXPECT_EQ(parent_temp_dir.Append(L"Three"), temp_dir1.path()); in TEST_F()104 EXPECT_TRUE(base::DirectoryExists(temp_dir1.path())); in TEST_F()109 EXPECT_FALSE(base::DirectoryExists(temp_dir1.path())); in TEST_F()113 EXPECT_TRUE(temp_dir1.Delete()); in TEST_F()
135 base::ScopedTempDir temp_dir1; in TEST_F() local136 ASSERT_TRUE(temp_dir1.CreateUniqueTempDir()); in TEST_F()141 const std::string& extension1_id = LoadUnpackedThemeAt(temp_dir1.path()); in TEST_F()198 base::ScopedTempDir temp_dir1; in TEST_F() local199 ASSERT_TRUE(temp_dir1.CreateUniqueTempDir()); in TEST_F()203 const std::string& extension1_id = LoadUnpackedThemeAt(temp_dir1.path()); in TEST_F()
250 base::ScopedTempDir temp_dir1; in TEST() local251 ASSERT_TRUE(temp_dir1.CreateUniqueTempDir()); in TEST()252 base::FilePath desktop_path = temp_dir1.path(); in TEST()354 base::ScopedTempDir temp_dir1; in TEST() local355 ASSERT_TRUE(temp_dir1.CreateUniqueTempDir()); in TEST()360 env.Set("XDG_DATA_DIRS", temp_dir1.path().value() + ":" + in TEST()364 temp_dir1.path().AppendASCII(kTemplateFilename), in TEST()