OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:process_type_str
(Results
1 - 1
of
1
) sorted by null
/external/chromium/chrome/browser/
crash_handler_host_linux.cc
292
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 899 milliseconds