Searched defs:GetOSVersion (Results 1 - 6 of 6) sorted by relevance
/external/webrtc/webrtc/base/ |
H A D | macutils.cc | 86 bool GetOSVersion(int* major, int* minor, int* bugfix) { function in namespace:rtc 104 if (!GetOSVersion(&major, &minor, &bugfix)) {
|
/external/lldb/source/Host/freebsd/ |
H A D | Host.cpp | 133 Host::GetOSVersion(uint32_t &major, function in class:Host
|
/external/google-breakpad/src/client/mac/handler/ |
H A D | dynamic_images.cc | 378 static SInt32 GetOSVersion() { function in namespace:google_breakpad 387 return GetOSVersion() >= 0x1060;
|
/external/lldb/source/Host/linux/ |
H A D | Host.cpp | 205 Host::GetOSVersion(uint32_t &major, function in class:Host
|
/external/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationClient.cpp | 1016 GDBRemoteCommunicationClient::GetOSVersion (uint32_t &major, function in class:GDBRemoteCommunicationClient
|
/external/lldb/source/Target/ |
H A D | Platform.cpp | 286 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(...).
|
Completed in 412 milliseconds