Searched refs:GetRemoteOSBuildString (Results 1 – 6 of 6) sorted by relevance
89 bool GetRemoteOSBuildString(std::string &s) override;
240 bool PlatformRemoteGDBServer::GetRemoteOSBuildString(std::string &s) { in GetRemoteOSBuildString() function in PlatformRemoteGDBServer
76 bool GetRemoteOSBuildString(std::string &s) override;
662 bool PlatformPOSIX::GetRemoteOSBuildString(std::string &s) { in GetRemoteOSBuildString() function in PlatformPOSIX664 return m_remote_platform_sp->GetRemoteOSBuildString(s); in GetRemoteOSBuildString()
261 virtual bool GetRemoteOSBuildString(std::string &s) { in GetRemoteOSBuildString() function
508 return GetRemoteOSBuildString(s); in GetOSBuildString()