Searched refs:GetRemoteOSKernelDescription (Results 1 – 6 of 6) sorted by relevance
91 bool GetRemoteOSKernelDescription(std::string &s) override;
244 bool PlatformRemoteGDBServer::GetRemoteOSKernelDescription(std::string &s) { in GetRemoteOSKernelDescription() function in PlatformRemoteGDBServer
78 bool GetRemoteOSKernelDescription(std::string &s) override;
678 bool PlatformPOSIX::GetRemoteOSKernelDescription(std::string &s) { in GetRemoteOSKernelDescription() function in PlatformPOSIX680 return m_remote_platform_sp->GetRemoteOSKernelDescription(s); in GetRemoteOSKernelDescription()
266 virtual bool GetRemoteOSKernelDescription(std::string &s) { in GetRemoteOSKernelDescription() function
519 return GetRemoteOSKernelDescription(s); in GetOSKernelDescription()