Searched refs:include_path (Results 1 – 2 of 2) sorted by relevance
310 def get_start_comments(include_path): # 获取每个头文件的最开始注释 argument312 content = open_file(include_path)319 with open(include_path, 'r', encoding='utf-8') as f:331 def open_file(include_path): argument332 with open(include_path, 'r', encoding='utf-8') as f:350 def api_entrance(share_lib, include_path, gn_path=None, link_path=None): # 统计入口 argument366 for item in include_path: # 对每个头文件做处理
297 def parser_include_ast(gn_file_path, include_path, flag=-1): # 对于单独的.h解析接口 argument308 for item in include_path: