Home
last modified time | relevance | path

Searched refs:trace_file_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dtrace.cc635 if (!trace_file_->WriteFully(buffer, offset)) { in WriteToFile()
1037 : trace_file_(trace_file), in TraceWriter()
1090 if (!trace_file_->WriteFully(buf_.get(), kTraceHeaderLength)) { in TraceWriter()
1200 DCHECK_NE(trace_file_.get(), nullptr); in FinishTracing()
1212 if (!trace_file_->WriteFully(buf, sizeof(buf)) || in FinishTracing()
1213 !trace_file_->WriteFully(header.c_str(), header.length())) { in FinishTracing()
1222 if (!trace_file_->WriteFully(buf, sizeof(buf)) || in FinishTracing()
1223 !trace_file_->WriteFully(header.c_str(), header.length())) { in FinishTracing()
1228 if (trace_file_.get() == nullptr) { in FinishTracing()
1236 if (!trace_file_->WriteFully(header.c_str(), header.length()) || in FinishTracing()
[all …]
Dtrace.h322 std::unique_ptr<File> trace_file_; variable