/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,
|
/external/lldb/source/Host/freebsd/ |
Host.cpp | 133 Host::GetOSVersion(uint32_t &major,
|
/external/lldb/source/Plugins/Platform/gdb-server/ |
PlatformRemoteGDBServer.cpp | 161 if (m_gdb_client.GetOSVersion (major, minor, update))
|
/external/lldb/source/Plugins/Process/gdb-remote/ |
GDBRemoteCommunicationClient.h | 240 GetOSVersion (uint32_t &major,
|
GDBRemoteCommunicationServer.cpp | 242 if (Host::GetOSVersion (major, minor, update))
|
GDBRemoteCommunicationClient.cpp | [all...] |
/external/lldb/include/lldb/Target/ |
Platform.h | 201 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/ |
Host.cpp | 205 Host::GetOSVersion(uint32_t &major,
|
/external/lldb/source/Plugins/Platform/FreeBSD/ |
PlatformFreeBSD.cpp | 316 return m_remote_platform_sp->GetOSVersion (m_major_os_version,
|
/external/lldb/source/Plugins/Platform/MacOSX/ |
PlatformRemoteiOS.cpp | 364 if (GetOSVersion(major, minor, update))
|
PlatformDarwin.cpp | 443 return m_remote_platform_sp->GetOSVersion (m_major_os_version, [all...] |