OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:process_type_length
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/components/breakpad/app/
breakpad_linux_impl.h
52
unsigned
process_type_length
; // Length of |process_type|.
member in struct:breakpad::BreakpadInfo
breakpad_linux.cc
587
info.
process_type_length
= 7;
696
info.
process_type_length
= my_strlen(g_process_type);
[
all
...]
/external/chromium/chrome/browser/
crash_handler_host_linux.cc
291
info->
process_type_length
= process_type_.length();
292
char* process_type_str = new char[info->
process_type_length
+ 1];
293
process_type_.copy(process_type_str, info->
process_type_length
);
294
process_type_str[info->
process_type_length
] = '\0';
/external/chromium_org/components/breakpad/browser/
crash_handler_host_linux.cc
334
info->
process_type_length
= process_type_.length();
335
char* process_type_str = new char[info->
process_type_length
+ 1];
336
process_type_.copy(process_type_str, info->
process_type_length
);
337
process_type_str[info->
process_type_length
] = '\0';
Completed in 71 milliseconds