Searched refs:board_dst_path (Results 1 – 2 of 2) sorted by relevance
31 board_dst_path = os.path.abspath(r'./board') variable34 print(' Copying BSP board from {} to {}'.format(board_src_path, board_dst_path))37 if os.path.exists(board_dst_path):38 shutil.rmtree(board_dst_path)43 shutil.copytree(board_src_path, board_dst_path)48 if os.path.exists(board_dst_path):49 shutil.rmtree(board_dst_path)
Completed in 4 milliseconds