OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:distro
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/base/
linux_util.h
21
// Get the Linux
Distro
if we can, or return "Unknown".
24
// Set the Linux
Distro
string.
25
BASE_EXPORT void SetLinuxDistro(const std::string&
distro
);
linux_util.cc
81
// We use this static string to hold the Linux
distro
info. If we
112
// lsb_release -d should return: Description:<tab>
Distro
Info
126
void SetLinuxDistro(const std::string&
distro
) {
128
base::TrimWhitespaceASCII(
distro
, base::TRIM_ALL, &trimmed_distro);
/external/valgrind/main/auxprogs/
nightly-build-summary
37
# "
distro
" string (distribution, e.g. Fedora-15)
178
# Extract architecture; get a pretty name for the
distro
182
my ($val, $arch, $
distro
);
192
$
distro
= "Fedora-$1";
194
$
distro
= "openSUSE-$1.$2";
196
$
distro
= "SLES-11-SP1";
198
$
distro
= "RHEL-4";
200
$
distro
= "UNKNOWN";
205
$hash{"
distro
"} = $
distro
;
[
all
...]
/external/chromium_org/components/breakpad/app/
breakpad_linux_impl.h
52
const char*
distro
; // Linux
distro
string.
member in struct:breakpad::BreakpadInfo
53
unsigned distro_length; // Length of |
distro
|.
breakpad_linux.cc
584
info.
distro
= base::g_linux_distro;
690
info.
distro
= NULL;
[
all
...]
/external/chromium_org/components/breakpad/browser/
crash_handler_host_linux.cc
72
delete[] info->
distro
;
344
// Set |info->
distro
| here because base::GetLinuxDistro() needs to run on a
346
std::string
distro
= base::GetLinuxDistro();
local
347
info->distro_length =
distro
.length();
350
distro
.copy(distro_str, info->distro_length);
352
info->
distro
= distro_str;
/external/chromium_org/v8/tools/testrunner/network/
network_execution.py
35
from . import
distro
namespace
142
distro
.Assign(self.suites, self.peers)
/external/chromium_org/remoting/webapp/
remoting.js
194
// Since we cannot tell from javascript alone the Linux
distro
the client is
Completed in 156 milliseconds