Home
last modified time | relevance | path

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

/art/runtime/
Dtrace.h283 std::string streaming_file_name_; variable
Dtrace.cc605 streaming_file_name_ = trace_name; in Trace()
706 if (!file.Open(streaming_file_name_ + ".sec", O_CREAT | O_WRONLY)) { in FinishTracing()