Searched refs:GetRemoteOSBuildString (Results 1 – 7 of 7) 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;
240 bool PlatformRemoteGDBServer::GetRemoteOSBuildString(std::string &s) { in GetRemoteOSBuildString() function in PlatformRemoteGDBServer
636 if (GetRemoteOSBuildString(build)) { in GetConnectedSDKIndex()