Home
last modified time | relevance | path

Searched refs:GetRemoteOSBuildString (Results 1 – 8 of 8) sorted by relevance

/external/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.h109 GetRemoteOSBuildString (std::string &s);
DPlatformRemoteGDBServer.cpp172 PlatformRemoteGDBServer::GetRemoteOSBuildString (std::string &s) in GetRemoteOSBuildString() function in PlatformRemoteGDBServer
/external/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.h88 GetRemoteOSBuildString (std::string &s);
DPlatformFreeBSD.cpp323 PlatformFreeBSD::GetRemoteOSBuildString (std::string &s) in GetRemoteOSBuildString() function in PlatformFreeBSD
326 return m_remote_platform_sp->GetRemoteOSBuildString (s); in GetRemoteOSBuildString()
/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.h60 GetRemoteOSBuildString (std::string &s);
DPlatformDarwin.cpp450 PlatformDarwin::GetRemoteOSBuildString (std::string &s) in GetRemoteOSBuildString() function in PlatformDarwin
453 return m_remote_platform_sp->GetRemoteOSBuildString (s); in GetRemoteOSBuildString()
/external/lldb/include/lldb/Target/
DPlatform.h252 GetRemoteOSBuildString (std::string &s) in GetRemoteOSBuildString() function
/external/lldb/source/Target/
DPlatform.cpp380 return GetRemoteOSBuildString (s); in GetOSBuildString()