Searched refs:tmp_path (Results 1 – 3 of 3) sorted by relevance
77 tmp_path = os.path.join(result, "temp")78 device_info_file_path = os.path.join(tmp_path,
36 def make_device_info_file(tmp_path): argument38 device_info_file_path = os.path.join(tmp_path,
246 tmp_path = os.path.join(result_rootpath, "temp")248 os.makedirs(tmp_path, exist_ok=True)251 make_device_info_file(tmp_path)