Searched defs:GetOSVersion (Results 1 - 5 of 5) sorted by relevance

/external/lldb/source/Host/freebsd/
H A DHost.cpp133 Host::GetOSVersion(uint32_t &major, function in class:Host
/external/google-breakpad/src/client/mac/handler/
H A Ddynamic_images.cc378 static SInt32 GetOSVersion() { function in namespace:google_breakpad
387 return GetOSVersion() >= 0x1060;
/external/lldb/source/Host/linux/
H A DHost.cpp205 Host::GetOSVersion(uint32_t &major, function in class:Host
/external/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1016 GDBRemoteCommunicationClient::GetOSVersion (uint32_t &major, function in class:GDBRemoteCommunicationClient
/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(...).

Completed in 157 milliseconds