Searched refs:src_file_path (Results 1 – 1 of 1) sorted by relevance
6808 def system_file_push(ad, src_file_path, dst_file_path): argument6813 cmd = "%s %s" % (src_file_path, dst_file_path)6815 skip_sl4a = True if "sl4a.apk" in src_file_path else False