Home
last modified time | relevance | path

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

/hardware/google/camera/common/profiler/
Dprofiler.cc166 std::string dump_file_prefix_; member in google::camera_common::__anon477d26810111::ProfilerImpl
224 DumpResult(dump_file_prefix_ + use_case_ + "-TS" + filename); in ~ProfilerImpl()
248 dump_file_prefix_ = dump_file_prefix; in SetDumpFilePrefix()
250 if (auto index = dump_file_prefix_.rfind('/'); index != std::string::npos) { in SetDumpFilePrefix()
251 CreateFolder(dump_file_prefix_.substr(0, index)); in SetDumpFilePrefix()
559 DumpResult(dump_file_prefix_ + use_case_ + "-TS" + in ~ProfilerStopwatchImpl()