Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/profiling/symbolizer/
H A Dbreakpad_parser.cc195 std::unique_ptr<char[]> joined_string(new char[current_line.size()]); in ParseIfFuncRecord() local
196 base::StringWriter func_name_writer(joined_string.get(), current_line.size()); in ParseIfFuncRecord()