Searched refs:human_readable_trace_file_writer_ (Results 1 – 2 of 2) sorted by relevance
308 if (human_readable_trace_file_writer_) { in ~BlockCacheHumanReadableTraceWriter()309 human_readable_trace_file_writer_->Flush(); in ~BlockCacheHumanReadableTraceWriter()310 human_readable_trace_file_writer_->Close(); in ~BlockCacheHumanReadableTraceWriter()322 &human_readable_trace_file_writer_, EnvOptions()); in NewWritableFile()328 if (!human_readable_trace_file_writer_) { in WriteHumanReadableTraceRecord()350 return human_readable_trace_file_writer_->Append(printout); in WriteHumanReadableTraceRecord()
215 human_readable_trace_file_writer_; variable