Home
last modified time | relevance | path

Searched refs:librs_dst_path (Results 1 – 2 of 2) sorted by relevance

/bsp/phytium/aarch32/
A Dexport_project.py32 librs_dst_path = os.path.abspath(r'./libraries') variable
35 print(' Copying BSP libraries from {} to {}'.format(librs_src_path, librs_dst_path))
40 if os.path.exists(librs_dst_path):
41 shutil.rmtree(librs_dst_path)
44 shutil.copytree(librs_src_path, librs_dst_path)
51 if os.path.exists(librs_dst_path):
52 shutil.rmtree(librs_dst_path)
/bsp/phytium/aarch64/
A Dexport_project.py32 librs_dst_path = os.path.abspath(r'./libraries') variable
35 print(' Copying BSP libraries from {} to {}'.format(librs_src_path, librs_dst_path))
40 if os.path.exists(librs_dst_path):
41 shutil.rmtree(librs_dst_path)
44 shutil.copytree(librs_src_path, librs_dst_path)
51 if os.path.exists(librs_dst_path):
52 shutil.rmtree(librs_dst_path)

Completed in 8 milliseconds