Lines Matching refs:local
54 def file_copy_check(local, remote, file_id):
73 local_real = os.path.join(local, str(file_id))
74 if local != "":
75 if os.path.exists(local):
78 os.mkdir(local)
79 device_tmp_dir = "data/local/tmp"
82 recv_cmd = f"hdc file recv {device_tmp_dir}/{file_id} {local}"
90 out_string = f"{check_ret},{recv_ret},{remote},{local}\
95 def file_recv_check(local, remote, file_id):
109 local_real = os.path.join(local, str(file_id))
112 if local != "":
113 if os.path.exists(local):
116 os.mkdir(local)
123 out_string = f"{check_ret},{recv_ret},{remote},{local},{list_z_check},{recv_output}"