Searched refs:dst_file_path (Results 1 – 2 of 2) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | android_device.py | 1504 def push_system_file(self, src_file_path, dst_file_path, push_timeout=300): argument 1522 '%s %s' % (src_file_path, dst_file_path), timeout=push_timeout) 1525 src_file_path, dst_file_path, out) 1530 src_file_path, dst_file_path, e)
|
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | tel_test_utils.py | 7791 def system_file_push(ad, src_file_path, dst_file_path): argument 7796 cmd = "%s %s" % (src_file_path, dst_file_path)
|