OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:distro_length
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/components/breakpad/app/
breakpad_linux_impl.h
53
unsigned
distro_length
; // Length of |distro|.
member in struct:breakpad::BreakpadInfo
breakpad_linux.cc
585
info.
distro_length
= my_strlen(base::g_linux_distro);
691
info.
distro_length
= 0;
[
all
...]
/external/chromium_org/components/breakpad/browser/
crash_handler_host_linux.cc
347
info->
distro_length
= distro.length();
349
char* distro_str = new char[info->
distro_length
+ 1];
350
distro.copy(distro_str, info->
distro_length
);
351
distro_str[info->
distro_length
] = '\0';
Completed in 47 milliseconds