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