Searched refs:str_line (Results 1 - 1 of 1) sorted by relevance

/external/google-breakpad/src/client/windows/tests/crash_generation_app/
H A Dcrash_generation_app.cc239 wstring str_line; local
242 str_line += L", ";
244 str_line += custom_info.entries[i].name;
245 str_line += L": ";
246 str_line += custom_info.entries[i].value;
254 str_line.c_str());

Completed in 149 milliseconds