Home
last modified time | relevance | path

Searched defs:local_path (Results 1 – 8 of 8) sorted by relevance

/developtools/integration_verification/DeployDevice/src/util/
Dfind_fail_task.py4 local_path = 'D:\Local\ATLog' variable
/developtools/hdc/test/scripts/testModule/
Dtest_hdc_tcp.py61 def test_fport_file(self, local_path, remote_path): argument
Dtest_hdc_file.py41 def test_file_compress(self, local_path, remote_path): argument
59 def test_file_normal(self, local_path, remote_path): argument
Dutils.py37 local_path = "resource" variable in GP
/developtools/hdc/hdc_rust/src/daemon_lib/
Ddaemon_app.rs162 let local_path = tmp_dir.clone() + transconfig.optional_name.as_str(); in do_app_check() localVariable
307 let mut local_path = task.transfer.local_path.clone(); in do_app_install() localVariable
/developtools/hdc/hdc_rust/src/common/
Dhdcfile.rs144 let local_path = file_task.transfer.local_path.clone(); in check_local_path() localVariable
372 let local_path = task.transfer.local_path.clone(); in check_slaver() localVariable
Dhdctransfer.rs64 pub local_path: String, field
/developtools/hdc/hdc_rust/src/host/
Dhost_app.rs214 let local_path = task.transfer.local_path.clone(); in install_single() localVariable