Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils.py1098 def PushChangedFiles(self, host_device_tuples, timeout=None, argument
1126 for h, d in host_device_tuples:
1144 self._PushFilesImpl(host_device_tuples, all_changed_files)
1250 def _PushFilesImpl(self, host_device_tuples, files): argument
1257 for h, _ in host_device_tuples)
1259 for h, _ in host_device_tuples:
1268 len(host_device_tuples), dir_file_count, dir_size, False)
1272 self._PushChangedFilesIndividually(host_device_tuples)
1279 files, [d for _, d in host_device_tuples]):
1360 def _CreateDeviceZip(zip_path, host_device_tuples): argument
[all …]