Lines Matching refs:path
7 sys.path.append(os.path.join(os.path.dirname(cwd_path), 'rt-thread', 'tools'))
12 if not os.path.isfile(os.path.join(dist_dir, 'Kconfig')):
15 with open(os.path.join(dist_dir, 'Kconfig'), 'r') as f:
17 with open(os.path.join(dist_dir, 'Kconfig'), 'w') as f:
30 library_dir = os.path.join(dist_dir, 'libraries')
31 library_path = os.path.join(os.path.dirname(BSP_ROOT), 'libraries')
32 …bsp_copy_files(os.path.join(library_path, rtconfig.BSP_LIBRARY_TYPE), os.path.join(library_dir, rt…
35 …bsp_copy_files(os.path.join(library_path, 'ht32_drivers'), os.path.join(library_dir, 'ht32_drivers…
36 shutil.copyfile(os.path.join(library_path, 'Kconfig'), os.path.join(library_dir, 'Kconfig'))
44 if not os.path.isfile(file_path):
60 source_path.append(os.path.join(system_path, line.strip()))
62 source_path.append(os.path.join(base_path, line.strip()))