Searched refs:new_dire (Results 1 – 1 of 1) sorted by relevance
172 new_dire = os.path.join('sysroot', directory)173 new_dire = os.path.normpath(new_dire)174 if not os.path.exists(new_dire):175 os.makedirs(new_dire)179 if new_dire in link_include_file:182 link_include_file.append(new_dire) # 添加链接的头文件186 dir_copy(include_files, dire_path, new_dire)193 def dir_copy(include_files, dire_path, new_dire): argument196 shutil.copy(j_item, new_dire)