HomeSort by relevance Sort by last modified time
    Searched refs:distro (Results 1 - 11 of 11) 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_org/base/
linux_util.h 23 // Get the Linux Distro if we can, or return "Unknown".
26 // Set the Linux Distro string.
27 BASE_EXPORT void SetLinuxDistro(const std::string& distro);
linux_util.cc 132 // We use this static string to hold the Linux distro info. If we
163 // lsb_release -d should return: Description:<tab>Distro Info
177 void SetLinuxDistro(const std::string& distro) {
179 TrimWhitespaceASCII(distro, TRIM_ALL, &trimmed_distro);
  /external/chromium_org/components/breakpad/app/
breakpad_linux_impl.h 53 const char* distro; // Linux distro string. member in struct:breakpad::BreakpadInfo
54 unsigned distro_length; // Length of |distro|.
breakpad_linux.cc 198 // Populates the passed in allocated string and its size with the distro of
201 void PopulateDistro(char* distro, size_t* distro_len_param) {
203 memcpy(distro, base::g_linux_distro, distro_len);
209 // Get the guid and linux distro from the command line switch.
588 info.distro = base::g_linux_distro;
689 char distro[kDistroSize + 1] = {0}; local
691 PopulateDistro(distro, &distro_length);
697 info.distro = distro;
752 char distro[kDistroSize + 1] = {0} local
    [all...]
  /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_org/components/breakpad/browser/
crash_handler_host_linux.cc 69 delete[] info->distro;
150 char* distro = new char[kDistroSize + 1]; local
179 iov[1].iov_base = distro;
340 info->distro_length = strlen(distro);
341 info->distro = distro;
  /external/chromium_org/v8/tools/testrunner/network/
network_execution.py 35 from . import distro namespace
140 distro.Assign(self.suites, self.peers)
  /external/chromium/third_party/libjingle/source/talk/
main.scons 392 # non-ChromeOS Linux builds are used on many different distros and distro
  /external/chromium_org/third_party/libjingle/source/talk/
main.scons 667 # non-ChromeOS Linux builds are used on many different distros and distro

Completed in 132 milliseconds