Home
last modified time | relevance | path

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

/interface/sdk_c/build-tools/capi_parser/src/coreImpl/parser/
Dparser.py252 def find_include(link_include_path): argument
254 link_include_path.append(dir_path)
257 def copy_self_include(link_include_path, self_include_file, flag=-1): argument
272 elif dir_path not in link_include_path:
273 link_include_path.append(dir_path)
288 link_include_path = [] # 装链接头文件路径
289 copy_std_lib(link_include_path) # ndk头文件移到sysroot中
290 find_include(link_include_path)
291 link_include(directory_path, function_name, link_include_path)
293 data_total = main_entrance(directory_path, function_name, link_include_path) # 调用入口函数
[all …]
Dparse_include.py387 link_include_path = link_path # 可以通过列表传入
388 data = api_entrance(libclang_path, file_path, gn_path, link_include_path) # 调用接口