Searched refs:WriteText (Results 1 – 7 of 7) sorted by relevance
/external/google-breakpad/src/common/linux/tests/ |
D | auto_testfile.h | 62 WriteText(text, static_cast<size_t>(strlen(text))); in AutoTestFile() 68 WriteText(text, text_len); in AutoTestFile() 108 void WriteText(const char* text, size_t text_len) { in WriteText() function
|
/external/webrtc/webrtc/system_wrappers/source/ |
D | data_log.cc | 234 file_->WriteText("%s[%u],", column_it->first.c_str(), in Flush() 237 file_->WriteText(","); in Flush() 239 file_->WriteText("%s,", column_it->first.c_str()); in Flush() 243 file_->WriteText("\n"); in Flush() 266 file_->WriteText("%s", row_string.c_str()); in Flush() 269 file_->WriteText("\n"); in Flush()
|
D | file_impl.h | 48 int WriteText(const char* format, ...) override;
|
D | file_impl.cc | 203 int FileWrapperImpl::WriteText(const char* format, ...) { in WriteText() function in webrtc::FileWrapperImpl
|
/external/webrtc/webrtc/system_wrappers/include/ |
D | file_wrapper.h | 67 virtual int WriteText(const char* format, ...) = 0;
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/ |
D | breakpad_unittests.sym | 8380 FUNC 20f58 42 0 google_breakpad::AutoTestFile::WriteText
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/ |
D | breakpad_unittests.sym | 8176 FUNC 32c54 8c 0 google_breakpad::AutoTestFile::WriteText
|