Searched defs:trace_file (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/src/system_wrappers/source/
H A Dcpu_wrapper_unittest.cc35 std::string trace_file = webrtc::test::OutputPath() + local
37 Trace::SetTraceFile(trace_file.c_str());
H A Dtrace_unittest.cc26 std::string trace_file = webrtc::test::OutputPath() + local
28 Trace::SetTraceFile(trace_file.c_str());
/external/chromium_org/content/browser/tracing/
H A Dtrace_controller_impl.cc77 base::FilePath trace_file = command_line.GetSwitchValuePath( local
79 // trace_file = "none" means that startup events will show up for the next
82 if (trace_file == base::FilePath().AppendASCII("none"))
85 if (trace_file.empty()) {
87 trace_file = base::FilePath().AppendASCII("chrometrace.log");
90 new AutoStopTraceSubscriberStdio(trace_file));

Completed in 547 milliseconds