Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Android/
H A DAdbClient.cpp94 std::string android_serial; in CreateByDeviceID() local
96 android_serial = device_id; in CreateByDeviceID()
98 android_serial = env_serial; in CreateByDeviceID()
100 if (android_serial.empty()) { in CreateByDeviceID()
112 adb.SetDeviceID(android_serial); in CreateByDeviceID()