/external/chromium/net/base/ |
upload_data_stream_unittest.cc | 58 FilePath temp_file_path; local 59 ASSERT_TRUE(file_util::CreateTemporaryFile(&temp_file_path)); 60 ASSERT_EQ(kTestDataSize, file_util::WriteFile(temp_file_path, 66 element.SetToFilePath(temp_file_path); 85 file_util::Delete(temp_file_path, false); 107 FilePath temp_file_path; local 108 ASSERT_TRUE(file_util::CreateTemporaryFile(&temp_file_path)); 109 ASSERT_EQ(kTestDataSize, file_util::WriteFile(temp_file_path, 113 ASSERT_TRUE(file_util::GetFileInfo(temp_file_path, &file_info)); 116 FileChangedHelper(temp_file_path, file_info.last_modified, false) [all...] |
file_stream_unittest.cc | 35 const FilePath temp_file_path() const { return temp_file_path_; } function in class:net::__anon5366::FileStreamTest 42 int rv = stream.Open(temp_file_path(), 53 file_util::WriteFile(temp_file_path(), kTestData, kTestDataSize)); 56 temp_file_path(), flags, &created, NULL); 69 file_util::Delete(temp_file_path(), false); 71 file = base::CreatePlatformFile(temp_file_path(), flags, &created, NULL); 80 file_util::ReadFile(temp_file_path(), buffer, kTestDataSize)); 105 bool ok = file_util::GetFileSize(temp_file_path(), &file_size); 111 int rv = stream.Open(temp_file_path(), flags); 135 bool ok = file_util::GetFileSize(temp_file_path(), &file_size) [all...] |
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
file_watcher_unittest.cc | 140 base::FilePath temp_file_path; local 141 ASSERT_TRUE(base::CreateTemporaryFileInDir(temp_dir.path(), &temp_file_path));
|
/external/chromium_org/net/url_request/ |
url_fetcher_response_writer.cc | 71 base::FilePath* temp_file_path = new base::FilePath; local 75 base::Bind(&base::CreateTemporaryFile, temp_file_path), 79 base::Owned(temp_file_path))); 151 base::FilePath* temp_file_path, 157 file_path_ = *temp_file_path;
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
drive_backend_util.cc | 129 base::FilePath temp_file_path; local 130 if (!base::CreateTemporaryFile(&temp_file_path)) 134 temp_file_path,
|
/external/chromium_org/webkit/browser/database/ |
vfs_backend.cc | 114 base::FilePath temp_file_path; local 115 if (!base::CreateTemporaryFileInDir(dir_path, &temp_file_path)) 118 OpenFile(temp_file_path, desired_flags, file_handle);
|
/external/chromium_org/chrome_frame/test/ |
ui_test.cc | 499 base::FilePath temp_file_path; local 500 ASSERT_TRUE(base::CreateTemporaryFile(&temp_file_path)); 501 ASSERT_TRUE(file_util::DieFileDie(temp_file_path, false)); 502 temp_file_path = temp_file_path.ReplaceExtension(file_ext); 508 AccSetValue(file_name_box, temp_file_path.value()), 512 .WillOnce(CloseWhenFileSaved(&ie_mock_, temp_file_path, 8000)); 516 ASSERT_TRUE(file_util::DieFileDie(temp_file_path, false)); [all...] |
navigation_test.cc | 846 base::FilePath temp_file_path; local [all...] |
/external/chromium_org/net/base/ |
file_stream_unittest.cc | 61 const base::FilePath temp_file_path() const { return temp_file_path_; } function in class:net::FileStreamTest 73 int rv = stream.OpenSync(temp_file_path(), 88 int rv = stream.OpenSync(temp_file_path(), 108 int rv = stream.Open(temp_file_path(), flags, callback.callback()); 130 int rv = stream->Open(temp_file_path(), flags, callback.callback()); 148 file_util::WriteFile(temp_file_path(), kTestData, kTestDataSize)); 151 temp_file_path(), flags, &created, NULL); 172 file_util::WriteFile(temp_file_path(), kTestData, kTestDataSize)); 175 temp_file_path(), flags, &created, NULL); 190 base::DeleteFile(temp_file_path(), false) [all...] |
upload_data_stream_unittest.cc | 173 base::FilePath temp_file_path; local 175 &temp_file_path)); 177 file_util::WriteFile(temp_file_path, kTestData, kTestDataSize)); 181 temp_file_path, 207 base::FilePath temp_file_path; local 209 &temp_file_path)); 211 file_util::WriteFile(temp_file_path, kTestData, kTestDataSize)); 219 temp_file_path, 325 base::FilePath temp_file_path; local 327 &temp_file_path)); 551 base::FilePath temp_file_path; local 570 base::FilePath temp_file_path; local 614 base::FilePath temp_file_path; local 657 base::FilePath temp_file_path; local 714 base::FilePath temp_file_path; local 762 base::FilePath temp_file_path; local [all...] |
/external/chromium_org/net/http/ |
http_stream_parser_unittest.cc | 134 base::FilePath temp_file_path; local 136 &temp_file_path)); 140 temp_file_path,
|
http_network_transaction_unittest.cc | 7654 base::FilePath temp_file_path; local [all...] |
/external/chromium_org/chrome/browser/ |
shell_integration_linux.cc | 90 base::FilePath temp_file_path = temp_dir.path().Append( 92 std::string icon_name = temp_file_path.BaseName().RemoveExtension().value(); 104 int bytes_written = file_util::WriteFile(temp_file_path, 122 argv.push_back(temp_file_path.value()); 204 base::FilePath temp_file_path = temp_dir.path().Append(shortcut_filename); local 206 int bytes_written = file_util::WriteFile(temp_file_path, contents.data(), 224 argv.push_back(temp_file_path.value()); [all...] |
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/ |
api_util.cc | 146 base::FilePath temp_file_path; local 148 base::CreateTemporaryFileInDir(dir_path, &temp_file_path); 152 webkit_blob::ScopedFile(temp_file_path, [all...] |
/external/chromium/net/http/ |
http_network_transaction_unittest.cc | 6093 FilePath temp_file_path; local [all...] |