HomeSort by relevance Sort by last modified time
    Searched full:g_process_type (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/components/breakpad/app/
breakpad_linux.cc 92 char* g_process_type = NULL; member in namespace:breakpad::__anon7410
695 info.process_type = g_process_type;
696 info.process_type_length = my_strlen(g_process_type);
733 g_process_type = new char[process_type_len];
734 strncpy(g_process_type, process_type.c_str(), process_type_len);
    [all...]

Completed in 169 milliseconds