Home | History | Annotate | Download | only in sanitizer_common

Lines Matching refs:WriteToFile

535     WriteToFile(cov_fd, &header, sizeof(header));
536 WriteToFile(cov_fd, module, module_name_length);
537 WriteToFile(cov_fd, blob, blob_size);
560 WriteToFile(cov_fd, block.data(), header_size_with_module + payload_size);
609 WriteToFile(fd, out.data(), out.length());
617 WriteToFile(fd, out.data(), out.length());
627 if (WriteToFile(fd, event_bytes, bytes_to_write, &actually_written) &&
675 WriteToFile(fd, out.data(), out.length());
710 WriteToFile(fd, bitset.data() + r.beg, r.end - r.beg);
737 WriteToFile(fd, out.data() + r.beg, r.end - r.beg);
792 WriteToFile(fd, offsets.data(), offsets.size() * sizeof(offsets[0]));