Searched refs:remote_path (Results 1 - 5 of 5) sorted by relevance
/developtools/hdc/scripts/ |
H A D | dev_hdc_test.py | 54 remote_path = "data/local/tmp" variable in GP 151 cls.remote_path = content.get("remote_path") 167 + f"{'remote storage path'.rjust(20, ' ')}: {cls.remote_path}\n" \ 194 if opt := input(f"Default remote storage path? [{cls.remote_path}]\n").strip(): 195 cls.remote_path = opt 297 return f"{GP.remote_path}/{path}" 368 elif GP.remote_path in remote: 414 remote_path = f"{GP.remote_path}/{remot [all...] |
H A D | hdc_test.py | 360 def file_recv(remote_path, recv_path, i, wait_time=0): 362 res = run_command_stdout("{}{}{}{}".format("file recv ", remote_path, " ", mix_path(recv_path, str(i))))
|
/developtools/hdc/hdc_rust/src/common/ |
H A D | hdcfile.rs | 157 file_task.transfer.transfer_config.path = file_task.transfer.remote_path.clone(); 281 task.transfer.remote_path = argv.last().unwrap().clone(); 291 task.transfer.remote_path = String::from(".");
|
H A D | hdctransfer.rs | 65 pub remote_path: String, 98 remote_path: String::new(), in new()
|
/developtools/hdc/hdc_rust/src/host/ |
H A D | host_app.rs | 242 task.transfer.transfer_config.path = task.transfer.remote_path.clone();
|
Completed in 4 milliseconds