Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/
Draw_table.cc202 auto chars_to_print = !str.empty() && str.c_str()[str.size() - 1] == '\n' in FormatSystraceArgs() local
206 writer->AppendString(str.c_str(), chars_to_print); in FormatSystraceArgs()