Searched refs:WriteToFile (Results 1 - 25 of 26) sorted by relevance

12

/external/boringssl/src/tool/
H A Dgenerate_ed25519.cc45 static bool WriteToFile(const std::string &path, const uint8_t *in, function
71 return WriteToFile(args_map["-out-public"], public_key, sizeof(public_key)) &&
72 WriteToFile(args_map["-out-private"], private_key,
/external/lzma/CPP/7zip/Common/
H A DInOutTempBuffer.h21 bool WriteToFile(const void *data, UInt32 size);
H A DInOutTempBuffer.cpp41 bool CInOutTempBuffer::WriteToFile(const void *data, UInt32 size) function in class:CInOutTempBuffer
75 return WriteToFile(data, size);
/external/skia/tools/
H A Dreformat-json.py43 gm_json.WriteToFile(gm_json.LoadFromFile(filename), filename)
/external/compiler-rt/lib/stats/
H A Dstats.cc40 WriteToFile(fd, chars, sizeof(uptr));
55 WriteToFile(stats_fd, &sizeof_uptr, 1);
67 WriteToFile(stats_fd, mod->full_name(),
/external/v8/src/
H A Dlog-utils.h112 int WriteToFile(const char* msg, int length) { function in class:v8::internal::Log
H A Dlog-utils.cc235 const int written = log_->WriteToFile(log_->message_buffer_, pos_);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_coverage_mapping_libcdep.cc106 if (!WriteToFile(map_fd, text.data(), text.length(), nullptr, &err)) {
H A Dsanitizer_coverage_libcdep.cc552 WriteToFile(cov_fd, &header, sizeof(header));
553 WriteToFile(cov_fd, module, module_name_length);
554 WriteToFile(cov_fd, blob, blob_size);
577 WriteToFile(cov_fd, block.data(), header_size_with_module + payload_size);
626 WriteToFile(fd, out.data(), out.length());
634 WriteToFile(fd, out.data(), out.length());
644 if (WriteToFile(fd, event_bytes, bytes_to_write, &actually_written) &&
692 WriteToFile(fd, out.data(), out.length());
727 WriteToFile(fd, bitset.data() + r.beg, r.end - r.beg);
754 WriteToFile(f
[all...]
H A Dsanitizer_common.cc65 WriteToFile(kStderrFd, ErrorMsgPrefix, internal_strlen(ErrorMsgPrefix));
66 WriteToFile(kStderrFd, full_path, internal_strlen(full_path));
H A Dsanitizer_win.cc589 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written, function in namespace:__sanitizer
763 if (!WriteToFile(fd, buffer, length)) {
H A Dsanitizer_posix.cc235 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written, function in namespace:__sanitizer
H A Dsanitizer_symbolizer_libcdep.cc420 bool success = WriteToFile(output_fd_, buffer, length, &write_len);
H A Dsanitizer_common.h235 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size,
/external/webrtc/webrtc/system_wrappers/source/
H A Dtrace_impl.h93 void WriteToFile(const char* msg, uint16_t length)
H A Dtrace_impl.cc365 WriteToFile(trace_message, length);
368 void TraceImpl::WriteToFile(const char* msg, uint16_t length) { function in class:webrtc::TraceImpl
/external/compiler-rt/lib/dfsan/
H A Ddfsan.cc335 WriteToFile(fd, buf, internal_strlen(buf));
337 WriteToFile(fd, __dfsan_label_info[l].desc,
340 WriteToFile(fd, "\n", 1);
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_libc_test.cc98 EXPECT_TRUE(WriteToFile(fd, str1, len1, &bytes_written));
100 EXPECT_TRUE(WriteToFile(fd, str2, len2, &bytes_written));
/external/llvm/lib/Fuzzer/
H A DFuzzerIO.cpp91 void WriteToFile(const Unit &U, const std::string &Path) { function in namespace:fuzzer
H A DFuzzerLoop.cpp493 WriteToFile(U, Path);
504 WriteToFile(U, Path);
515 WriteToFile(U, DirPlusFile(Options.OutputCorpus, Hash(U)));
H A DFuzzerInternal.h90 void WriteToFile(const Unit &U, const std::string &Path);
/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Dneteq_unittest.cc124 template<typename T, size_t n> void WriteToFile(
130 void WriteToFile(const NetEqNetworkStatistics& stats);
132 void WriteToFile(const RtcpStatistics& stats);
163 WriteToFile(test_results);
169 WriteToFile(test_results, length);
174 void RefFiles::WriteToFile(const T (&test_results)[n], size_t length) {
193 void RefFiles::WriteToFile(const NetEqNetworkStatistics& stats_raw) { function in class:webrtc::RefFiles
238 void RefFiles::WriteToFile(const RtcpStatistics& stats_raw) { function in class:webrtc::RefFiles
/external/v8/tools/
H A Drun_perf.py161 def WriteToFile(self, file_name): member in class:Results
1102 results.WriteToFile(options.json_test_results)
1107 results_no_patch.WriteToFile(options.json_test_results_no_patch)
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cc142 WriteToFile(fd, buf.data(), internal_strlen(buf.data()));
/external/compiler-rt/lib/asan/
H A Dasan_report.cc653 WriteToFile(kStderrFd, msg, sizeof(msg));

Completed in 1549 milliseconds

12