Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_test_utils.py6808 def system_file_push(ad, src_file_path, dst_file_path): argument
6813 cmd = "%s %s" % (src_file_path, dst_file_path)
6815 skip_sl4a = True if "sl4a.apk" in src_file_path else False