Searched refs:GetRemoteOSBuildString (Results 1 – 6 of 6) sorted by relevance
67 bool GetRemoteOSBuildString(std::string &s) override;
246 virtual bool GetRemoteOSBuildString(std::string &s) { in GetRemoteOSBuildString() function
335 bool RemoteAwarePlatform::GetRemoteOSBuildString(std::string &s) { in GetRemoteOSBuildString() function in RemoteAwarePlatform337 return m_remote_platform_sp->GetRemoteOSBuildString(s); in GetRemoteOSBuildString()
506 return GetRemoteOSBuildString(s); in GetOSBuildString()
85 bool GetRemoteOSBuildString(std::string &s) override;
244 bool PlatformRemoteGDBServer::GetRemoteOSBuildString(std::string &s) { in GetRemoteOSBuildString() function in PlatformRemoteGDBServer