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.py1181 def pull_files(self, device_paths, host_path=None): argument
1188 if isinstance(device_paths, str):
1189 device_paths = [device_paths]
1192 for device_path in device_paths: