Home
last modified time | relevance | path

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

/interface/sdk_c/build-tools/capi_parser/src/coreImpl/parser/
Dparser.py172 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): argument
196 shutil.copy(j_item, new_dire)