Searched refs:GetRemoteOSKernelDescription (Results 1 – 6 of 6) sorted by relevance
68 bool GetRemoteOSKernelDescription(std::string &s) override;
251 virtual bool GetRemoteOSKernelDescription(std::string &s) { in GetRemoteOSKernelDescription() function
342 bool RemoteAwarePlatform::GetRemoteOSKernelDescription(std::string &s) { in GetRemoteOSKernelDescription() function in RemoteAwarePlatform344 return m_remote_platform_sp->GetRemoteOSKernelDescription(s); in GetRemoteOSKernelDescription()
517 return GetRemoteOSKernelDescription(s); in GetOSKernelDescription()
87 bool GetRemoteOSKernelDescription(std::string &s) override;
244 bool PlatformRemoteGDBServer::GetRemoteOSKernelDescription(std::string &s) { in GetRemoteOSKernelDescription() function in PlatformRemoteGDBServer