Home
last modified time | relevance | path

Searched refs:WORKSPACE (Results 1 – 3 of 3) sorted by relevance

/developtools/integration_verification/DeployDevice/src/aw/Common/
DConstant.py37 WORKSPACE= ""
39 WORKSPACE = "/data/MobileUpgrade"
41 WORKSPACE = "D:\MobileUpgrade"
42 return WORKSPACE
/developtools/integration_verification/DeployDevice/resource/common/
Dcbg_start.py42 lock_file_abspath = os.path.join(WORKSPACE, lock_name)
86 WORKSPACE = r"/data/MobileUpgrade" variable
89 WORKSPACE = r"D:\MobileUpgrade" variable
96 if not os.path.isdir(WORKSPACE):
98 os.makedirs(WORKSPACE)
112 upgrade_script_path = os.path.join(WORKSPACE, project_name)
/developtools/integration_verification/DeployDevice/src/util/
Dconfig.py196 WORKSPACE = linux_config_param.get('WORKSPACE') variable
206 WORKSPACE = windows_config_param.get('WORKSPACE') variable