Searched refs:GetOSVersion (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dmacutils.h46 bool GetOSVersion(int* major, int* minor, int* bugfix);
H A Dmacutils.cc86 bool GetOSVersion(int* major, int* minor, int* bugfix) { function in namespace:rtc
104 if (!GetOSVersion(&major, &minor, &bugfix)) {
/external/lldb/source/Target/
H A DPlatform.cpp286 if (GetOSVersion(major, minor, update))
318 Platform::GetOSVersion (uint32_t &major, function in class:Platform
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/
H A DHost.h115 GetOSVersion (uint32_t &major,
/external/lldb/source/Host/freebsd/
H A DHost.cpp133 Host::GetOSVersion(uint32_t &major, function in class:Host
/external/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp161 if (m_gdb_client.GetOSVersion (major, minor, update))
/external/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h240 GetOSVersion (uint32_t &major,
H A DGDBRemoteCommunicationServer.cpp242 if (Host::GetOSVersion (major, minor, update))
H A DGDBRemoteCommunicationClient.cpp1016 GDBRemoteCommunicationClient::GetOSVersion (uint32_t &major, function in class:GDBRemoteCommunicationClient
/external/lldb/include/lldb/Target/
H A DPlatform.h201 GetOSVersion (uint32_t &major,
243 // call the Host::GetOSVersion().
554 // will be set to the once we call Host::GetOSVersion().
/external/lldb/source/Host/linux/
H A DHost.cpp205 Host::GetOSVersion(uint32_t &major, function in class:Host
/external/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp316 return m_remote_platform_sp->GetOSVersion (m_major_os_version,
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformRemoteiOS.cpp364 if (GetOSVersion(major, minor, update))
H A DPlatformDarwin.cpp443 return m_remote_platform_sp->GetOSVersion (m_major_os_version,

Completed in 976 milliseconds