Searched refs:AppendToFile (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/base/test/
H A Dtrace_to_file.cc66 AppendToFile(path_, str, static_cast<int>(strlen(str)));
70 int ret = AppendToFile(path_, data.c_str(), static_cast<int>(data.size()));
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_embedder_message_dispatcher.h43 virtual void AppendToFile(const std::string& url,
H A Ddevtools_file_helper.cc127 void AppendToFile(const base::FilePath& path, const std::string& content) { function in namespace:__anon3549
131 base::AppendToFile(path, content.c_str(), content.length());
279 Bind(&AppendToFile, it->second, content));
H A Ddevtools_ui_bindings.h113 virtual void AppendToFile(const std::string& url,
H A Ddevtools_embedder_message_dispatcher.cc239 d->RegisterHandler("append", &Delegate::AppendToFile, delegate);
H A Ddevtools_ui_bindings.cc486 void DevToolsUIBindings::AppendToFile(const std::string& url, function in class:DevToolsUIBindings
/external/chromium_org/v8/tools/push-to-trunk/
H A Dpush_to_trunk.py211 AppendToFile(body, self.Config("CHANGELOG_ENTRY_FILE"))
217 AppendToFile(msg, self.Config("CHANGELOG_ENTRY_FILE"))
221 AppendToFile(comment_body, self.Config("CHANGELOG_ENTRY_FILE"))
H A Dcommon_includes.py60 def AppendToFile(text, file_name): function
/external/chromium_org/chrome/browser/media_galleries/linux/
H A Dmtp_read_file_worker.cc31 base::AppendToFile(snapshot_file_path, data.data(),
/external/chromium_org/chrome/browser/media/
H A Dwebrtc_rtp_dump_writer.cc168 bytes_written = base::AppendToFile(
237 base::AppendToFile(dump_path_,
/external/chromium_org/base/files/
H A Dfile_util.h335 BASE_EXPORT int AppendToFile(const FilePath& filename,
H A Dfile_util_win.cc647 int AppendToFile(const FilePath& filename, const char* data, int size) { function in namespace:base
H A Dfile_util_unittest.cc1962 TEST_F(FileUtilTest, AppendToFile) {
1980 EXPECT_EQ(-1, AppendToFile(foobar, data.c_str(), data.length()));
1984 AppendToFile(foobar, data.c_str(), data.length()));
H A Dfile_util_posix.cc706 int AppendToFile(const FilePath& filename, const char* data, int size) { function in namespace:base
/external/chromium_org/chrome/browser/net/
H A Dnet_log_temp_file_unittest.cc265 EXPECT_GT(base::AppendToFile(
/external/chromium_org/content/common/gpu/media/
H A Dvaapi_h264_decoder_unittest.cc152 // Without it, AppendToFile() will not work.
252 int written = base::AppendToFile(output_file_, buf, to_write);
H A Dvideo_encode_accelerator_unittest.cc668 // Without it, AppendToFile() will not work.
828 EXPECT_EQ(base::AppendToFile(
/external/chromium_org/ui/base/resource/
H A Ddata_pack_unittest.cc106 base::AppendToFile(data_path, kSamplePakContents, kSamplePakSize));
/external/chromium_org/chrome/browser/media_galleries/win/
H A Dmtp_device_operations_util.cc395 if (base::AppendToFile(local_path, buffer.c_str(), data_len) != data_len)
/external/chromium_org/media/cast/test/
H A Dsimulator.cc189 if (AppendToFile(output_path, serialized_log.get(), output_bytes) == -1) {
/external/chromium_org/components/policy/core/common/
H A Dpolicy_loader_win_unittest.cc592 base::AppendToFile(

Completed in 328 milliseconds