Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/devil/devil/utils/
Dfind_usb_devices.py49 def _GetCommList(): function
54 return [x for x in _GetCommList().splitlines() if 'ttyUSB' in x]
Dfind_usb_devices_test.py209 find_usb_devices._GetCommList = mock.Mock(