Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dgd_device.py693 def push_or_die(self, src_file_path, dst_file_path, push_timeout=300, overwrite_existing=True): argument
702 …g.debug("Skip pushing {} to {} as it already exists on device".format(src_file_path, dst_file_path…
704 … out = self.adb.push([src_file_path, dst_file_path], timeout=push_timeout).decode(UTF_8).rstrip()
706 … asserts.fail('Unable to push file %s to %s due to %s' % (src_file_path, dst_file_path, out))