Home
last modified time | relevance | path

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

/test/testfwk/developer_test/aw/python/distributed/common/
Dmanager.py77 tmp_path = os.path.join(result, "temp")
78 device_info_file_path = os.path.join(tmp_path,
/test/testfwk/developer_test/src/core/command/
Ddistribute_utils.py36 def make_device_info_file(tmp_path): argument
38 device_info_file_path = os.path.join(tmp_path,
Drun.py246 tmp_path = os.path.join(result_rootpath, "temp")
248 os.makedirs(tmp_path, exist_ok=True)
251 make_device_info_file(tmp_path)