Searched refs:GetOSKernelDescription (Results 1 – 13 of 13) sorted by relevance
22 static bool GetOSKernelDescription(std::string &s);
48 bool HostInfoOpenBSD::GetOSKernelDescription(std::string &s) { in GetOSKernelDescription() function in HostInfoOpenBSD
49 bool HostInfoFreeBSD::GetOSKernelDescription(std::string &s) { in GetOSKernelDescription() function in HostInfoFreeBSD
61 bool HostInfoNetBSD::GetOSKernelDescription(std::string &s) { in GetOSKernelDescription() function in HostInfoNetBSD
450 if (GetOSKernelDescription(s)) in GetStatus()509 bool Platform::GetOSKernelDescription(std::string &s) { in GetOSKernelDescription() function in Platform512 return HostInfo::GetOSKernelDescription(s); in GetOSKernelDescription()
280 bool GetOSKernelDescription(std::string &s);
273 if (HostInfo::GetOSKernelDescription(s)) { in Handle_qHostInfo()
963 bool GDBRemoteCommunicationClient::GetOSKernelDescription(std::string &s) { in GetOSKernelDescription() function in GDBRemoteCommunicationClient
220 bool GetOSKernelDescription(std::string &s);
479 if (platform_sp->GetOSKernelDescription(s)) { in GetOSDescription()
249 return m_gdb_client.GetOSKernelDescription(s); in GetRemoteOSKernelDescription()