Home
last modified time | relevance | path

Searched refs:root_dir (Results 1 – 4 of 4) sorted by relevance

/test/xts/tools/lite/build/
Dsuite.py207 root_dir = os.path.dirname(tool_dir)
208 utils.copy_file(output=root_dir, sources=run_scripts,
210 to_dir = os.path.join(root_dir, "config")
213 utils.copy_file(os.path.join(root_dir, "resource"),
216 root_dir, "resource", "tools")):
217 os.mkdir(os.path.join(root_dir, "resource", "tools"))
/test/testfwk/xdevice/src/xdevice/_core/report/
Dresult_reporter.py689 root_dir, module_name = os.path.split(root)
690 if os.path.normcase(result_path) == os.path.normcase(root_dir):
692 root_dir, subsystem_name = os.path.split(root_dir)
693 while os.path.normcase(result_path) != os.path.normcase(root_dir):
695 root_dir, subsystem_name = os.path.split(root_dir)
/test/xts/tools/build/
Dsuite.py321 def _archive_test_resource(self, xml_file, root_dir, resource_dir): argument
336 os.path.join(root_dir, "../", value),
360 os.path.join(root_dir, "../", value),
/test/testfwk/xdevice/src/xdevice/_core/executor/
Dconcurrent.py474 for root_dir, _, files in os.walk(
479 os.path.join(root_dir, result_file))