Home
last modified time | relevance | path

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

/system/bt/gd/cert/
Dgd_device.py554 def push_or_die(self, src_file_path, dst_file_path, push_timeout=300): argument
562 out = self.adb.push('%s %s' % (src_file_path, dst_file_path), timeout=push_timeout)
564 … asserts.fail('Unable to push file %s to %s due to %s' % (src_file_path, dst_file_path, out))