Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/Android/
H A DAdbClient.h85 Status GetDevices(DeviceIDList &device_list);
H A DAdbClient.cpp142 Status AdbClient::GetDevices(DeviceIDList &device_list) { in GetDevices() argument
143 device_list.clear(); in GetDevices()
161 device_list.push_back(std::string(device.split('\t').first)); in GetDevices()