Home
last modified time | relevance | path

Searched refs:push_timeout (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
704 … out = self.adb.push([src_file_path, dst_file_path], timeout=push_timeout).decode(UTF_8).rstrip()