OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:path_2
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/download/
download_file_unittest.cc
135
FilePath
path_2
(initial_path.InsertBeforeExtensionASCII("_2"));
153
EXPECT_TRUE(download_file_->Rename(
path_2
));
155
EXPECT_EQ(
path_2
, renamed_path);
159
EXPECT_TRUE(file_util::PathExists(
path_2
));
169
EXPECT_FALSE(file_util::PathExists(
path_2
));
/external/chromium_org/content/browser/download/
download_file_unittest.cc
345
base::FilePath
path_2
(initial_path.InsertBeforeExtensionASCII("_2"));
368
RenameAndUniquify(
path_2
, &output_path));
370
EXPECT_EQ(
path_2
, renamed_path);
371
EXPECT_EQ(
path_2
, output_path);
375
EXPECT_TRUE(base::PathExists(
path_2
));
388
EXPECT_FALSE(base::PathExists(
path_2
));
/external/chromium_org/webkit/browser/fileapi/
native_file_util_unittest.cc
155
base::FilePath
path_2
= Path("file1");
local
164
NativeFileUtil::EnsureFileExists(
path_2
, &created));
177
set.insert(
path_2
);
189
set.insert(
path_2
);
/external/chromium_org/chrome/browser/profiles/
profile_info_cache_unittest.cc
175
base::FilePath
path_2
= GetProfilePath("
path_2
");
local
177
GetCache()->AddProfileToCache(
path_2
, name_2, base::string16(), 0,
185
GetCache()->DeleteProfileFromCache(
path_2
);
194
GetProfilePath("
path_2
"), ASCIIToUTF16("name_2"),
258
GetProfilePath("
path_2
"), ASCIIToUTF16("name_2"),
285
GetProfilePath("
path_2
"), ASCIIToUTF16("name_2"),
314
GetProfilePath("
path_2
"), profile_name, base::string16(), 0,
347
GetProfilePath("
path_2
"), ASCIIToUTF16("name_2"),
Completed in 510 milliseconds