Home
last modified time | relevance | path

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

/interface/sdk_c/build-tools/capi_parser/src/coreImpl/parser/
Dparse_include.py310 def get_start_comments(include_path): # 获取每个头文件的最开始注释 argument
312 content = open_file(include_path)
319 with open(include_path, 'r', encoding='utf-8') as f:
331 def open_file(include_path): argument
332 with open(include_path, 'r', encoding='utf-8') as f:
350 def api_entrance(share_lib, include_path, gn_path=None, link_path=None): # 统计入口 argument
366 for item in include_path: # 对每个头文件做处理
Dparser.py297 def parser_include_ast(gn_file_path, include_path, flag=-1): # 对于单独的.h解析接口 argument
308 for item in include_path: