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

/art/runtime/
H A Dtrace.cc327 void Trace::Start(const char* trace_filename, int trace_fd, int buffer_size, int flags, argument
350 trace_file.reset(OS::CreateEmptyFile(trace_filename));
356 PLOG(ERROR) << "Unable to open trace file '" << trace_filename << "'";
358 ThrowRuntimeException("Unable to open trace file '%s'", trace_filename);

Completed in 45 milliseconds