Home
last modified time | relevance | path

Searched refs:full_file_name (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/download/
Dsave_page_browsertest.cc305 base::FilePath* full_file_name, in GetDestinationPaths() argument
307 *full_file_name = save_dir_.path().AppendASCII(prefix + ".htm"); in GetDestinationPaths()
383 base::FilePath full_file_name, dir; in IN_PROC_BROWSER_TEST_F() local
384 GetDestinationPaths("a", &full_file_name, &dir); in IN_PROC_BROWSER_TEST_F()
386 &DownloadStoredProperly, url, full_file_name, 1, in IN_PROC_BROWSER_TEST_F()
393 ASSERT_TRUE(GetCurrentTab(browser())->SavePage(full_file_name, dir, in IN_PROC_BROWSER_TEST_F()
399 EXPECT_TRUE(base::PathExists(full_file_name)); in IN_PROC_BROWSER_TEST_F()
402 kTestDir)).Append(FILE_PATH_LITERAL("a.htm")), full_file_name)); in IN_PROC_BROWSER_TEST_F()
413 base::FilePath full_file_name, dir; in IN_PROC_BROWSER_TEST_F() local
414 GetDestinationPaths("a", &full_file_name, &dir); in IN_PROC_BROWSER_TEST_F()
[all …]
/external/chromium_org/content/browser/download/
Dsave_package_browsertest.cc24 base::FilePath* full_file_name, in GetDestinationPaths() argument
26 *full_file_name = save_dir_.path().AppendASCII(prefix + ".htm"); in GetDestinationPaths()
40 base::FilePath full_file_name, dir; in IN_PROC_BROWSER_TEST_F() local
41 GetDestinationPaths("a", &full_file_name, &dir); in IN_PROC_BROWSER_TEST_F()
43 shell()->web_contents(), SAVE_PAGE_TYPE_AS_ONLY_HTML, full_file_name, in IN_PROC_BROWSER_TEST_F()
54 base::FilePath full_file_name, dir; in IN_PROC_BROWSER_TEST_F() local
55 GetDestinationPaths("a", &full_file_name, &dir); in IN_PROC_BROWSER_TEST_F()
57 shell()->web_contents(), SAVE_PAGE_TYPE_AS_ONLY_HTML, full_file_name, in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/build/android/pylib/utils/
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/sandbox/linux/tests/
Dscoped_temporary_file_unittest.cc56 temp_file_name = temp_file_1.full_file_name(); in TEST()
57 base::ScopedFD temp_file_2(open(temp_file_1.full_file_name(), O_RDONLY)); in TEST()
Dscoped_temporary_file.h20 const char* full_file_name() const { return full_file_name_; } in full_file_name() function
/external/chromium_org/chrome/browser/
Dbrowser_encoding_browsertest.cc118 base::FilePath full_file_name = save_dir_.AppendASCII(filename_to_write); in SaveAndCompare() local
128 full_file_name, temp_sub_resource_dir_, in SaveAndCompare()
135 EXPECT_TRUE(base::ContentsEqual(full_file_name, expected_file_name)); in SaveAndCompare()
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/
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/valgrind/main/callgrind/
Dcallgrind_annotate.in1062 my $full_file_name = "";
1067 $full_file_name = ($include_dir eq ""
1089 print("-- $ann_type-annotated source: $full_file_name\n");
/external/chromium_org/sandbox/linux/services/
Dbroker_process_unittest.cc305 const char* tempfile_name = tempfile.full_file_name(); in TEST()