Searched refs:root_dir (Results 1 – 4 of 4) sorted by relevance
/test/xts/tools/lite/build/ |
D | suite.py | 207 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/ |
D | result_reporter.py | 689 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/ |
D | suite.py | 321 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/ |
D | concurrent.py | 474 for root_dir, _, files in os.walk( 479 os.path.join(root_dir, result_file))
|