OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:distro
(Results
1 - 4
of
4
) sorted by null
/external/chromium/base/
linux_util.h
22
// Get the Linux
Distro
if we can, or return "Unknown".
25
// Set the Linux
Distro
string.
26
void SetLinuxDistro(const std::string&
distro
);
linux_util.cc
131
// We use this static string to hold the Linux
distro
info. If we
156
// lsb_release -d should return: Description:<tab>
Distro
Info
165
// If the
distro
check above is in progress in some other thread, we're
177
void SetLinuxDistro(const std::string&
distro
) {
179
TrimWhitespaceASCII(
distro
, TRIM_ALL, &trimmed_distro);
/external/chromium/chrome/browser/
crash_handler_host_linux.cc
53
delete[] info->
distro
;
129
char*
distro
= new char[kDistroSize + 1];
local
149
iov[3].iov_base =
distro
;
286
guid[kGuidSize] = crash_url[kMaxActiveURLSize] =
distro
[kDistroSize] = 0;
303
info->distro_length = strlen(
distro
);
304
info->
distro
=
distro
;
/external/chromium/third_party/libjingle/source/talk/
main.scons
392
# non-ChromeOS Linux builds are used on many different distros and
distro
Completed in 73 milliseconds