Searched refs:src_file_path (Results 1 – 2 of 2) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | android_device.py | 1533 def push_system_file(self, src_file_path, dst_file_path, push_timeout=300): argument 1551 '%s %s' % (src_file_path, dst_file_path), timeout=push_timeout) 1554 src_file_path, dst_file_path, out) 1559 src_file_path, dst_file_path, e)
|
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | tel_test_utils.py | 8439 def system_file_push(ad, src_file_path, dst_file_path): argument 8444 cmd = "%s %s" % (src_file_path, dst_file_path) 8446 skip_sl4a = True if "sl4a.apk" in src_file_path else False
|