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.py39 tmp_path = os.path.join(result, "temp")
40 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.py343 tmp_path = os.path.join(result_rootpath, "temp")
345 os.makedirs(tmp_path, exist_ok=True)
348 make_device_info_file(tmp_path)