Searched refs:trace_file_ (Results 1 – 2 of 2) sorted by relevance
430 if (the_trace->trace_file_.get() != nullptr) { in StopTracing()433 if (the_trace->trace_file_->Flush() != 0) { in StopTracing()437 the_trace->trace_file_->MarkUnchecked(); // Do not trigger guard. in StopTracing()439 if (the_trace->trace_file_->Close() != 0) { in StopTracing()588 : trace_file_(trace_file), in Trace()733 if (trace_file_.get() == nullptr) { in FinishTracing()746 if (!trace_file_->WriteFully(header.c_str(), header.length()) || in FinishTracing()747 !trace_file_->WriteFully(buf_.get(), final_offset)) { in FinishTracing()894 if (!trace_file_->WriteFully(buf_.get(), old_offset)) { in WriteToBuf()900 if (!trace_file_->WriteFully(src, src_size)) { in WriteToBuf()
254 std::unique_ptr<File> trace_file_; variable