Searched defs:process_type_str (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/
H A Dcrash_handler_host_linux.cc292 char* process_type_str = new char[info->process_type_length + 1]; local
293 process_type_.copy(process_type_str, info->process_type_length);
294 process_type_str[info->process_type_length] = '\0';
295 info->process_type = process_type_str;

Completed in 18 milliseconds