Searched refs:full_file_name (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/content/browser/download/
H A Dsave_package_browsertest.cc24 base::FilePath* full_file_name,
26 *full_file_name = save_dir_.path().AppendASCII(prefix + ".htm");
40 base::FilePath full_file_name, dir; local
41 GetDestinationPaths("a", &full_file_name, &dir);
43 shell()->web_contents(), SAVE_PAGE_TYPE_AS_ONLY_HTML, full_file_name,
54 base::FilePath full_file_name, dir; local
55 GetDestinationPaths("a", &full_file_name, &dir);
57 shell()->web_contents(), SAVE_PAGE_TYPE_AS_ONLY_HTML, full_file_name,
23 GetDestinationPaths(const std::string& prefix, base::FilePath* full_file_name, base::FilePath* dir) argument
/external/chromium_org/sandbox/linux/tests/
H A Dscoped_temporary_file.h20 const char* full_file_name() const { return full_file_name_; } function in class:sandbox::ScopedTemporaryFile
H A Dscoped_temporary_file_unittest.cc56 temp_file_name = temp_file_1.full_file_name();
57 base::ScopedFD temp_file_2(open(temp_file_1.full_file_name(), O_RDONLY));
/external/chromium_org/build/android/pylib/utils/
H A Dreport_results.py20 full_file_name = os.path.join(
22 if not os.path.exists(full_file_name):
23 with open(full_file_name, 'w') as log_file:
27 logging.info('Writing results to %s.' % full_file_name)
29 logging.info('Writing results to %s.' % full_file_name)
30 with open(full_file_name, 'a') as log_file:
/external/chromium_org/chrome/browser/download/
H A Dsave_page_browsertest.cc305 base::FilePath* full_file_name,
307 *full_file_name = save_dir_.path().AppendASCII(prefix + ".htm");
383 base::FilePath full_file_name, dir; local
384 GetDestinationPaths("a", &full_file_name, &dir);
386 &DownloadStoredProperly, url, full_file_name, 1,
393 ASSERT_TRUE(GetCurrentTab(browser())->SavePage(full_file_name, dir,
399 EXPECT_TRUE(base::PathExists(full_file_name));
402 kTestDir)).Append(FILE_PATH_LITERAL("a.htm")), full_file_name));
413 base::FilePath full_file_name, dir; local
414 GetDestinationPaths("a", &full_file_name,
304 GetDestinationPaths(const std::string& prefix, base::FilePath* full_file_name, base::FilePath* dir) argument
478 base::FilePath full_file_name, dir; local
511 base::FilePath full_file_name, dir; local
545 base::FilePath full_file_name, dir; local
601 base::FilePath full_file_name, dir; local
638 base::FilePath full_file_name = save_dir_.path().AppendASCII( local
681 base::FilePath full_file_name, dir; local
725 base::FilePath full_file_name = local
770 base::FilePath full_file_name = download_dir.AppendASCII(std::string( local
[all...]
/external/chromium_org/chrome/browser/
H A Dbrowser_encoding_browsertest.cc118 base::FilePath full_file_name = save_dir_.AppendASCII(filename_to_write); local
128 full_file_name, temp_sub_resource_dir_,
135 EXPECT_TRUE(base::ContentsEqual(full_file_name, expected_file_name));
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/
H A Dcompile_frontend.py112 for full_file_name in file_list():
114 with open(full_file_name, 'r') as sourceFile:
120 if verify_jsdoc_line(full_file_name, lineIndex, line):
/external/chromium_org/sandbox/linux/services/
H A Dbroker_process_unittest.cc305 const char* tempfile_name = tempfile.full_file_name();

Completed in 428 milliseconds