Home
last modified time | relevance | path

Searched refs:WriteToFile (Results 1 – 25 of 30) sorted by relevance

12

/netbsd/sys/external/bsd/compiler_rt/dist/lib/stats/
H A Dstats.cc40 WriteToFile(fd, chars, sizeof(uptr)); in WriteLE()
55 WriteToFile(stats_fd, &sizeof_uptr, 1); in OpenStatsFile()
67 WriteToFile(stats_fd, mod->full_name(), in WriteModuleReport()
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_file.cc25 WriteToFile(kStderrFd, buffer, length); in CatastrophicErrorWrite()
63 WriteToFile(kStderrFd, ErrorMsgPrefix, internal_strlen(ErrorMsgPrefix)); in ReopenIfNecessary()
64 WriteToFile(kStderrFd, full_path, internal_strlen(full_path)); in ReopenIfNecessary()
H A Dsanitizer_coverage_libcdep_new.cc50 WriteToFile(fd, &Magic, sizeof(Magic)); in WriteModuleCoverage()
51 WriteToFile(fd, pcs, len * sizeof(*pcs)); in WriteModuleCoverage()
H A Dsanitizer_file.h64 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size,
H A Dsanitizer_rtems.cc221 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written, in WriteToFile() function
H A Dsanitizer_posix.cc184 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written, in WriteToFile() function
H A Dsanitizer_win.cc708 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written, in WriteToFile() function
825 if (!WriteToFile(fd, buffer, length)) { in Write()
H A Dsanitizer_symbolizer_libcdep.cc482 bool success = WriteToFile(output_fd_, buffer, length, &write_len); in WriteToSymbolizer()
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_file.cc27 WriteToFile(kStderrFd, buffer, length); in CatastrophicErrorWrite()
65 WriteToFile(kStderrFd, ErrorMsgPrefix, internal_strlen(ErrorMsgPrefix)); in ReopenIfNecessary()
66 WriteToFile(kStderrFd, full_path, internal_strlen(full_path)); in ReopenIfNecessary()
H A Dsanitizer_coverage_libcdep_new.cc52 WriteToFile(fd, &Magic, sizeof(Magic)); in WriteModuleCoverage()
53 WriteToFile(fd, pcs, len * sizeof(*pcs)); in WriteModuleCoverage()
H A Dsanitizer_file.h66 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size,
H A Dsanitizer_rtems.cc221 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written, in WriteToFile() function
H A Dsanitizer_win.cc706 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written, in WriteToFile() function
819 if (!WriteToFile(fd, buffer, length)) { in Write()
H A Dsanitizer_posix.cc189 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written, in WriteToFile() function
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_file.cc25 WriteToFile(kStderrFd, buffer, length); in CatastrophicErrorWrite()
63 WriteToFile(kStderrFd, ErrorMsgPrefix, internal_strlen(ErrorMsgPrefix)); in ReopenIfNecessary()
64 WriteToFile(kStderrFd, full_path, internal_strlen(full_path)); in ReopenIfNecessary()
H A Dsanitizer_coverage_libcdep_new.cc50 WriteToFile(fd, &Magic, sizeof(Magic)); in WriteModuleCoverage()
51 WriteToFile(fd, pcs, len * sizeof(*pcs)); in WriteModuleCoverage()
H A Dsanitizer_file.h64 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size,
H A Dsanitizer_rtems.cc221 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written, in WriteToFile() function
H A Dsanitizer_posix.cc184 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written, in WriteToFile() function
H A Dsanitizer_win.cc708 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written, in WriteToFile() function
825 if (!WriteToFile(fd, buffer, length)) { in Write()
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_libc_test.cc111 ASSERT_TRUE(WriteToFile(fd, "A", 1)); in TEST()
120 EXPECT_TRUE(WriteToFile(fd, str1, len1, &bytes_written)); in TEST()
122 EXPECT_TRUE(WriteToFile(fd, str2, len2, &bytes_written)); in TEST()
/netbsd/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerIO.h28 void WriteToFile(const Unit &U, const std::string &Path);
H A DFuzzerDriver.cpp344 WriteToFile(U, TmpFilePath); in CleanseCrashInput()
352 WriteToFile(U, OutputFilePath); in CleanseCrashInput()
423 WriteToFile(U, CurrentFilePath); in MinimizeCrashInput()
436 WriteToFile(U, CurrentFilePath); in MinimizeCrashInput()
H A DFuzzerIO.cpp63 void WriteToFile(const Unit &U, const std::string &Path) { in WriteToFile() function
H A DFuzzerLoop.cpp590 WriteToFile(U, Path); in WriteToOutputCorpus()
601 WriteToFile(U, Path); in WriteUnitToFileWithPrefix()

12