Searched refs:trace_filename (Results 1 – 2 of 2) sorted by relevance
412 static void Start(const char* trace_filename,
717 void Trace::Start(const char* trace_filename, in Start() argument723 std::unique_ptr<File> file(OS::CreateEmptyFileWriteOnly(trace_filename)); in Start()725 std::string msg = android::base::StringPrintf("Unable to open trace file '%s'", trace_filename); in Start()