Home
last modified time | relevance | path

Searched refs:GetOSBuildString (Results 1 – 10 of 10) sorted by relevance

/external/lldb/source/Target/
DPlatform.cpp294 if (GetOSBuildString (s)) in GetStatus()
375 Platform::GetOSBuildString (std::string &s) in GetOSBuildString() function in Platform
378 return Host::GetOSBuildString (s); in GetOSBuildString()
/external/lldb/include/lldb/Host/
DHost.h120 GetOSBuildString (std::string &s);
/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h245 GetOSBuildString (std::string &s);
DGDBRemoteCommunicationServer.cpp258 if (Host::GetOSBuildString (s)) in Handle_qHostInfo()
DGDBRemoteCommunicationClient.cpp1034 GDBRemoteCommunicationClient::GetOSBuildString (std::string &s) in GetOSBuildString() function in GDBRemoteCommunicationClient
/external/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.cpp174 return m_gdb_client.GetOSBuildString (s); in GetRemoteOSBuildString()
/external/lldb/source/Host/freebsd/
DHost.cpp156 Host::GetOSBuildString (std::string &s) in GetOSBuildString() function in Host
/external/lldb/include/lldb/Target/
DPlatform.h211 GetOSBuildString (std::string &s);
/external/lldb/source/Host/common/
DHost.cpp1239 Host::GetOSBuildString (std::string &s) in GetOSBuildString() function in Host
/external/lldb/source/Host/macosx/
DHost.mm969 Host::GetOSBuildString (std::string &s) function