HomeSort by relevance Sort by last modified time
    Searched refs:GetOSVersion (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/webrtc/base/
macutils.h 46 bool GetOSVersion(int* major, int* minor, int* bugfix);
macutils.cc 86 bool GetOSVersion(int* major, int* minor, int* bugfix) {
104 if (!GetOSVersion(&major, &minor, &bugfix)) {
  /external/lldb/source/Target/
Platform.cpp 286 if (GetOSVersion(major, minor, update))
318 Platform::GetOSVersion (uint32_t &major,
328 success = Host::GetOSVersion (m_major_os_version,
450 // we should be able to figure it out by calling Host::GetOSVersion(...).
  /external/lldb/include/lldb/Host/
Host.h 115 GetOSVersion (uint32_t &major,