Searched refs:dst_file_path (Results 1 – 2 of 2) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | android_device.py | 1745 def push_system_file(self, src_file_path, dst_file_path, push_timeout=300): argument 1762 out = self.adb.push('%s %s' % (src_file_path, dst_file_path), 1766 src_file_path, dst_file_path, out) 1771 src_file_path, dst_file_path, e)
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | tel_test_utils.py | 2867 def system_file_push(ad, src_file_path, dst_file_path): argument 2872 cmd = "%s %s" % (src_file_path, dst_file_path)
|