Searched refs:gn_path (Results 1 – 2 of 2) sorted by relevance
| /interface/sdk_c/build-tools/capi_parser/src/coreImpl/parser/ |
| D | parse_include.py | 206 def processing_special_node(cursor, data, key, gn_path=None): # 处理需要特殊处理的节点 argument 219 if gn_path: 220 relative_path = os.path.relpath(location_path, gn_path) # 获取头文件相对路 244 def ast_to_dict(cursor, current_file, gn_path=None, comment=None, key=0): # 解析数据的整理 argument 250 "gn_path": gn_path, 263 if gn_path: 264 relative_path = os.path.relpath(cursor.spelling, gn_path) 271 processing_special_node(cursor, data, key, gn_path) # 节点处理 291 processing_ast_node(child, current_file, data, name, gn_path) 297 def processing_ast_node(child, current_file, data, name, gn_path): argument [all …]
|
| D | parser.py | 148 def get_result_table(json_files, abs_path, link_path, gn_path): # 进行处理,生成表格 argument 157 data = parse_include.get_include_file(abs_path, link_path, gn_path) # 获取解析返回的数据
|