Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py999 def pull_files(self, device_paths, host_path=None): argument
1006 if isinstance(device_paths, str):
1007 device_paths = [device_paths]
1010 for device_path in device_paths: