Lines Matching refs:recv
82 recv_cmd = f"hdc file recv {device_tmp_dir}/{file_id} {local}"
117 recv_cmd = f"hdc file recv {remote} {local_real}"
175 if action == 'recv':
211 def merge_file(tmp_dir, file_num, input_name, action='recv'):
222 if action == 'recv':
223 header = "file_id,ls result,recv result,full path,save dir,ls output,recv output\n"
225 header = "file_id,ls result,recv result,full path,dave dir,ls output,copy output,copied ls output,\
226 recv output,remove output\n"
282 "请输入数字选择测试内容:\n1. [recv]user版本文件直接收取\n2. [copy]user版本文件在cp后间接收取\n")
285 action = 'recv'