HomeSort by relevance Sort by last modified time
    Searched refs:WriteToFile (Results 1 - 25 of 39) sorted by null

1 2

  /external/lzma/CPP/7zip/Common/
InOutTempBuffer.h 21 bool WriteToFile(const void *data, UInt32 size);
InOutTempBuffer.cpp 41 bool CInOutTempBuffer::WriteToFile(const void *data, UInt32 size)
75 return WriteToFile(data, size);
  /external/boringssl/src/tool/
generate_ed25519.cc 45 static bool WriteToFile(const std::string &path, const uint8_t *in,
71 return WriteToFile(args_map["-out-public"], public_key, sizeof(public_key)) &&
72 WriteToFile(args_map["-out-private"], private_key,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/SetStamp/
SetStamp.c 217 WriteToFile (
319 if (WriteToFile (fp, offset, &ltime, 4) != 0) {
372 if (WriteToFile (fp, lvalue + 4, &ltime, 4) != 0) {
387 if (WriteToFile (fp, lvalue + 4, &ltime, 4) != 0) {
402 if (WriteToFile (fp, lvalue + 4, &ltime, 4) != 0) {
423 if (WriteToFile (fp, lvalue + 8, &ltime, 4) != 0) {
  /external/compiler-rt/lib/stats/
stats.cc 40 WriteToFile(fd, chars, sizeof(uptr));
55 WriteToFile(stats_fd, &sizeof_uptr, 1);
67 WriteToFile(stats_fd, mod->full_name(),
  /external/v8/src/
log-utils.h 112 int WriteToFile(const char* msg, int length) {
log-utils.cc 235 const int written = log_->WriteToFile(log_->message_buffer_, pos_);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/lib/Fuzzer/
FuzzerIO.h 28 void WriteToFile(const Unit &U, const std::string &Path);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/lib/Fuzzer/
FuzzerIO.h 28 void WriteToFile(const Unit &U, const std::string &Path);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/lib/Fuzzer/
FuzzerIO.h 28 void WriteToFile(const Unit &U, const std::string &Path);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/lib/Fuzzer/
FuzzerIO.h 28 void WriteToFile(const Unit &U, const std::string &Path);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_coverage_mapping_libcdep.cc 106 if (!WriteToFile(map_fd, text.data(), text.length(), nullptr, &err)) {
sanitizer_coverage_libcdep.cc 552 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(fd, out.data() + r.beg, r.end - r.beg)
    [all...]
sanitizer_common.cc 65 WriteToFile(kStderrFd, ErrorMsgPrefix, internal_strlen(ErrorMsgPrefix));
66 WriteToFile(kStderrFd, full_path, internal_strlen(full_path));
sanitizer_win.cc 589 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written,
763 if (!WriteToFile(fd, buffer, length)) {
sanitizer_posix.cc 235 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written,
  /external/webrtc/webrtc/system_wrappers/source/
trace_impl.h 93 void WriteToFile(const char* msg, uint16_t length)
trace_impl.cc 365 WriteToFile(trace_message, length);
368 void TraceImpl::WriteToFile(const char* msg, uint16_t length) {
  /external/compiler-rt/lib/dfsan/
dfsan.cc 335 WriteToFile(fd, buf, internal_strlen(buf));
337 WriteToFile(fd, __dfsan_label_info[l].desc,
340 WriteToFile(fd, "\n", 1);
  /system/update_engine/scripts/update_payload/
test_utils.py 228 def WriteToFile(self, file_obj, manifest_len=-1, data_blobs=None,
355 self.WriteToFile(temp_payload_file, data_blobs=self.data_blobs)
363 self.WriteToFile(file_obj, data_blobs=self.data_blobs, sigs_data=sigs_data,
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_libc_test.cc 98 EXPECT_TRUE(WriteToFile(fd, str1, len1, &bytes_written));
100 EXPECT_TRUE(WriteToFile(fd, str2, len2, &bytes_written));
  /external/llvm/lib/Fuzzer/
FuzzerIO.cpp 91 void WriteToFile(const Unit &U, const std::string &Path) {
  /prebuilts/clang/host/linux-x86/clang-3859424/prebuilt_include/llvm/lib/Fuzzer/
FuzzerDefs.h 67 void WriteToFile(const Unit &U, const std::string &Path);
  /art/compiler/utils/
assembler_test_base.h 304 std::string data_name = WriteToFile(data, test_name + ".ass");
312 std::string as_name = WriteToFile(as, test_name + ".gcc");
354 std::string WriteToFile(const std::vector<uint8_t>& buffer, const std::string& test_name) {
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_unittest.cc 124 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) {
238 void RefFiles::WriteToFile(const RtcpStatistics& stats_raw) {
    [all...]

Completed in 996 milliseconds

1 2