Searched refs:GetRemoteOSBuildString (Results 1 - 8 of 8) sorted by path

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

Completed in 2999 milliseconds