Home
last modified time | relevance | path

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

/interface/sdk_c/build-tools/capi_parser/src/coreImpl/parser/
Dparser.py168 def create_dir(sources_dir, gn_file, function_name, link_include_file): argument
179 if new_dire in link_include_file:
182 link_include_file.append(new_dire) # 添加链接的头文件
199 def link_include(directory_path, function_names, link_include_file): argument
204 create_dir(sources_dir, item, function_names, link_include_file)
245 def copy_std_lib(link_include_file): argument
249 link_include_file.append(std_include)