Searched refs:res_dir (Results 1 - 8 of 8) sorted by relevance
/test/testfwk/xdevice/src/xdevice/_core/ |
H A D | variables.py | 51 res_dir = "" variable in Variables 68 Variables.res_dir = os.path.abspath(os.path.join(
|
H A D | utils.py | 332 res_dir = os.path.abspath(os.path.join(Variables.exec_dir, resource_dir)) 335 paths.update([inner_dir, res_dir, top_inner_dir, top_res_dir,
|
/test/xts/tools/lite/build/ |
H A D | suite.py | 200 res_dir = os.path.join(self.args.project_dir, "resource") 214 source_dirs=res_dir)
|
/test/testfwk/xdevice/plugins/devicetest/core/ |
H A D | variables.py | 34 return Variables.res_dir
|
/test/testfwk/xdevice/src/xdevice/_core/config/ |
H A D | config_manager.py | 62 config_path = os.path.join(Variables.res_dir, "config")
|
/test/testfwk/xdevice/src/xdevice/_core/report/ |
H A D | result_reporter.py | 174 report_template = os.path.join(Variables.res_dir, "template") 753 pyc_path = os.path.join(Variables.res_dir, "tools", "binder.pyc")
|
H A D | reporter_helper.py | 486 self.template_name = os.path.join(Variables.res_dir, "template",
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/ |
H A D | device_lite.py | 59 config_path = os.path.join(Variables.res_dir, "config")
|
Completed in 8 milliseconds