Lines Matching full:filepath
21 const FilePath::CharType* kTestDir = FILE_PATH_LITERAL("save_page");
36 void CheckFile(const FilePath& generated_file,
37 const FilePath& expected_result_file) {
38 FilePath expected_result_filepath = ui_test_utils::GetTestFilePath(
39 FilePath(kTestDir), expected_result_file);
61 FilePath save_dir_;
62 FilePath download_dir_;
70 const FilePath file_name(FILE_PATH_LITERAL("c.htm"));
71 FilePath full_file_name =
73 FilePath dir = download_dir_.AppendASCII("test.exe_files");
76 FilePath(kTestDir).Append(file_name));