Home
last modified time | relevance | path

Searched refs:GP (Results 1 – 2 of 2) sorted by relevance

/developtools/hdc/scripts/
Ddev_hdc_test.py40 class GP(object): class
221 return os.path.join(GP.local_path, path)
266 print(GP.device_name)
267 return check_shell(cmd, GP.device_name)
271 local_path = os.path.join(GP.local_path, local)
278 local_path = os.path.join(GP.local_path, local)
285 app = os.path.join(GP.local_path, app)
323 GP.hdc_head = f"{GP.hdc_exe} -t {GP.device_name}"
328 if not GP.remote_ip: # skip tcp check
331 if GP.remote_ip == "auto":
[all …]
Dhdc_normal_test.py28 from dev_hdc_test import GP
117 GP.load()
134 GP.init()
135 if not os.path.exists(GP.local_path):