Home
last modified time | relevance | path

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

/external/lldb/source/Target/
DPlatform.cpp45 GetConnectedPlatformList () in GetConnectedPlatformList() function
215 return GetConnectedPlatformList().size(); in GetNumConnectedRemotePlatforms()
224 if (idx < GetConnectedPlatformList().size()) in GetConnectedRemotePlatformAtIndex()
225 platform_sp = GetConnectedPlatformList ()[idx]; in GetConnectedRemotePlatformAtIndex()