OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:distro_length
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/components/breakpad/app/
breakpad_linux_impl.h
54
unsigned
distro_length
; // Length of |distro|.
member in struct:breakpad::BreakpadInfo
breakpad_linux.cc
589
info.
distro_length
= my_strlen(base::g_linux_distro);
690
size_t
distro_length
= 0;
local
691
PopulateDistro(distro, &
distro_length
);
698
info.
distro_length
=
distro_length
;
[
all
...]
/external/chromium/chrome/browser/
crash_handler_host_linux.cc
303
info->
distro_length
= strlen(distro);
/external/chromium_org/components/breakpad/browser/
crash_handler_host_linux.cc
340
info->
distro_length
= strlen(distro);
Completed in 185 milliseconds