OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:temp_dir2
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/themes/
theme_service_unittest.cc
137
base::ScopedTempDir
temp_dir2
;
local
138
ASSERT_TRUE(
temp_dir2
.CreateUniqueTempDir());
149
const std::string& extension2_id = LoadUnpackedThemeAt(
temp_dir2
.path());
200
base::ScopedTempDir
temp_dir2
;
local
201
ASSERT_TRUE(
temp_dir2
.CreateUniqueTempDir());
204
const std::string& extension2_id = LoadUnpackedThemeAt(
temp_dir2
.path());
/external/chromium_org/chrome/browser/
shell_integration_linux_unittest.cc
254
base::ScopedTempDir
temp_dir2
;
local
255
ASSERT_TRUE(
temp_dir2
.CreateUniqueTempDir());
256
base::FilePath apps_path =
temp_dir2
.path().AppendASCII("applications");
263
env.Set("XDG_DATA_HOME",
temp_dir2
.path().value());
356
base::ScopedTempDir
temp_dir2
;
local
357
ASSERT_TRUE(
temp_dir2
.CreateUniqueTempDir());
361
temp_dir2
.path().value());
368
temp_dir2
.path().AppendASCII("applications")));
370
temp_dir2
.path().AppendASCII("applications")
/external/chromium_org/chrome/installer/util/
self_cleaning_temp_dir_unittest.cc
96
SelfCleaningTempDir
temp_dir2
;
local
100
EXPECT_TRUE(
temp_dir2
.Initialize(parent_temp_dir, L"Three"));
103
EXPECT_EQ(parent_temp_dir.Append(L"Three"),
temp_dir2
.path());
105
EXPECT_TRUE(base::DirectoryExists(
temp_dir2
.path()));
107
EXPECT_TRUE(
temp_dir2
.Delete());
/external/chromium/chrome/browser/extensions/
extension_service_unittest.cc
1522
ScopedTempDir
temp_dir2
;
local
[
all
...]
/external/chromium_org/chrome/browser/extensions/
extension_service_unittest.cc
2275
base::ScopedTempDir
temp_dir2
;
local
[
all
...]
Completed in 325 milliseconds