| /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/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_file.cpp | 27 WriteToFile(kStderrFd, buffer, length); 69 WriteToFile(kStderrFd, ErrorMsgPrefix, internal_strlen(ErrorMsgPrefix)); 70 WriteToFile(kStderrFd, full_path, internal_strlen(full_path)); 73 WriteToFile(kStderrFd, errmsg, internal_strlen(errmsg)); 89 WriteToFile(kStderrFd, ErrorMsgPrefix, internal_strlen(ErrorMsgPrefix)); 90 WriteToFile(kStderrFd, path, internal_strlen(path));
|
| sanitizer_coverage_libcdep_new.cpp | 53 WriteToFile(fd, &Magic, sizeof(Magic)); 54 WriteToFile(fd, pcs, len * sizeof(*pcs)); 174 WriteToFile(fd, counters_beg, size); 184 WriteToFile(fd, pcs_beg, size);
|
| sanitizer_file.h | 66 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size,
|
| sanitizer_posix.cpp | 194 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written,
|
| sanitizer_win.cpp | 801 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written, 903 if (!WriteToFile(fd, buffer, length)) {
|
| sanitizer_symbolizer_libcdep.cpp | 561 bool success = WriteToFile(output_fd_, buffer, length, &write_len);
|
| /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/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_coverage_libcdep_new.cpp | 51 WriteToFile(fd, &Magic, sizeof(Magic)); 52 WriteToFile(fd, pcs, len * sizeof(*pcs)); 173 WriteToFile(fd, counters_beg, size); 183 WriteToFile(fd, pcs_beg, size);
|
| sanitizer_file.cpp | 26 WriteToFile(kStderrFd, buffer, length); 68 WriteToFile(kStderrFd, ErrorMsgPrefix, internal_strlen(ErrorMsgPrefix)); 69 WriteToFile(kStderrFd, full_path, internal_strlen(full_path)); 72 WriteToFile(kStderrFd, errmsg, internal_strlen(errmsg));
|
| sanitizer_file.h | 66 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size,
|
| sanitizer_posix.cpp | 182 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written,
|
| sanitizer_symbolizer_libcdep.cpp | 547 bool success = WriteToFile(output_fd_, buffer, length, &write_len);
|
| sanitizer_win.cpp | 758 bool WriteToFile(fd_t fd, const void *buff, uptr buff_size, uptr *bytes_written, 860 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));
|