Home
last modified time | relevance | path

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

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