OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:initial_path
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/browser/download/
download_file_unittest.cc
409
base::FilePath
initial_path
(download_file_->FullPath());
410
EXPECT_TRUE(base::PathExists(
initial_path
));
411
base::FilePath path_1(
initial_path
.InsertBeforeExtensionASCII("_1"));
412
base::FilePath path_2(
initial_path
.InsertBeforeExtensionASCII("_2"));
413
base::FilePath path_3(
initial_path
.InsertBeforeExtensionASCII("_3"));
414
base::FilePath path_4(
initial_path
.InsertBeforeExtensionASCII("_4"));
425
EXPECT_FALSE(base::PathExists(
initial_path
));
486
base::FilePath
initial_path
(download_file_->FullPath());
487
EXPECT_TRUE(base::PathExists(
initial_path
));
488
base::FilePath path_1(
initial_path
.InsertBeforeExtensionASCII("_1"))
[
all
...]
base_file_unittest.cc
289
base::FilePath
initial_path
(base_file_->full_path());
290
EXPECT_TRUE(base::PathExists(
initial_path
));
297
EXPECT_FALSE(base::PathExists(
initial_path
));
427
base::FilePath
initial_path
(base_file_->full_path());
428
EXPECT_TRUE(base::PathExists(
initial_path
));
436
EXPECT_FALSE(base::PathExists(
initial_path
));
446
base::FilePath
initial_path
(base_file_->full_path());
447
EXPECT_TRUE(base::PathExists(
initial_path
));
455
EXPECT_FALSE(base::PathExists(
initial_path
));
/external/chromium_org/build/ios/
clean_env.py
55
initial_path
= os.environ.get('PATH', '')
57
[x for x in
initial_path
.split(':') if not x.startswith(dev_prefix)]
/external/chromium_org/chrome/browser/devtools/
devtools_file_helper.cc
233
base::FilePath
initial_path
;
local
237
base::GetValueAsFilePath(*path_value, &
initial_path
);
239
if (
initial_path
.empty()) {
248
initial_path
= g_last_save_path.Pointer()->DirName().AppendASCII(
253
initial_path
= download_path.AppendASCII(suggested_file_name);
268
initial_path
);
Completed in 675 milliseconds