Searched refs:trace_file_ (Results 1 – 2 of 2) sorted by relevance
495 if (the_trace->trace_file_.get() != nullptr) { in StopTracing()498 if (the_trace->trace_file_->Flush() != 0) { in StopTracing()502 the_trace->trace_file_->MarkUnchecked(); // Do not trigger guard. in StopTracing()504 if (the_trace->trace_file_->Close() != 0) { in StopTracing()555 : trace_file_(trace_file), in Trace()680 if (trace_file_.get() == nullptr) { in FinishTracing()693 if (!trace_file_->WriteFully(header.c_str(), header.length()) || in FinishTracing()694 !trace_file_->WriteFully(buf_.get(), final_offset)) { in FinishTracing()850 if (!trace_file_->WriteFully(buf_.get(), old_offset)) { in WriteToBuf()856 if (!trace_file_->WriteFully(src, src_size)) { in WriteToBuf()[all …]
315 std::unique_ptr<File> trace_file_; variable