HomeSort by relevance Sort by last modified time
    Searched full:process_type_str (Results 1 - 2 of 2) 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;
  /external/chromium_org/components/breakpad/browser/
crash_handler_host_linux.cc 335 char* process_type_str = new char[info->process_type_length + 1]; local
336 process_type_.copy(process_type_str, info->process_type_length);
337 process_type_str[info->process_type_length] = '\0';
338 info->process_type = process_type_str;

Completed in 54 milliseconds