HomeSort by: relevance | last modified time | path
    Searched refs:WriteToFile (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/stats/
stats.cc 40 WriteToFile(fd, chars, sizeof(uptr));
55 WriteToFile(stats_fd, &sizeof_uptr, 1);
67 WriteToFile(stats_fd, mod->full_name(),
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_file.h 66 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size,
sanitizer_file.cc 27 WriteToFile(kStderrFd, buffer, length);
65 WriteToFile(kStderrFd, ErrorMsgPrefix, internal_strlen(ErrorMsgPrefix));
66 WriteToFile(kStderrFd, full_path, internal_strlen(full_path));
sanitizer_coverage_libcdep_new.cc 52 WriteToFile(fd, &Magic, sizeof(Magic));
53 WriteToFile(fd, pcs, len * sizeof(*pcs));
sanitizer_rtems.cc 221 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written,
sanitizer_posix.cc 189 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written,
sanitizer_symbolizer_libcdep.cc 484 bool success = WriteToFile(output_fd_, buffer, length, &write_len);
sanitizer_win.cc 706 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written,
819 if (!WriteToFile(fd, buffer, length)) {
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerIO.h 28 void WriteToFile(const Unit &U, const std::string &Path);
FuzzerIO.cpp 63 void WriteToFile(const Unit &U, const std::string &Path) {
FuzzerDriver.cpp 344 WriteToFile(U, TmpFilePath);
352 WriteToFile(U, OutputFilePath);
423 WriteToFile(U, CurrentFilePath);
436 WriteToFile(U, CurrentFilePath);
FuzzerLoop.cpp 590 WriteToFile(U, Path);
601 WriteToFile(U, Path);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_libc_test.cc 111 ASSERT_TRUE(WriteToFile(fd, "A", 1));
120 EXPECT_TRUE(WriteToFile(fd, str1, len1, &bytes_written));
122 EXPECT_TRUE(WriteToFile(fd, str2, len2, &bytes_written));
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl.cc 145 WriteToFile(fd, buf.data(), internal_strlen(buf.data()));

Completed in 20 milliseconds