Searched refs:GetOSBuildString (Results 1 - 9 of 9) sorted by relevance

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

Completed in 97 milliseconds