Searched refs:tmp_path (Results 1 – 3 of 3) sorted by relevance
39 tmp_path = os.path.join(result, "temp")40 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,
343 tmp_path = os.path.join(result_rootpath, "temp")345 os.makedirs(tmp_path, exist_ok=True)348 make_device_info_file(tmp_path)