OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:distro_length
(Results
1 - 2
of
2
) 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
...]
Completed in 39 milliseconds