Searched defs:directory_path (Results 1 – 2 of 2) sorted by relevance
| /interface/sdk_c/build-tools/capi_parser/src/coreImpl/parser/ |
| D | parse_include.py | 263 def processing_special_node(cursor, data, key, directory_path): # 处理需要特殊处理的节点 argument 324 def get_default_node_data(cursor, directory_path): argument 377 def parser_data_assignment(cursor, current_file, directory_path, comment=None, key=0): argument 405 def ast_to_dict(cursor, current_file, last_data, directory_path, comment=None, key=0): # 解析数据的整理 argument 555 def processing_ast_node(child, current_file, data, name, directory_path): argument 563 def preorder_travers_ast(cursor, comment, current_file, directory_path): # 获取属性 argument 620 def api_entrance(share_lib, include_path, directory_path, link_path): # 统计入口 argument 651 def get_include_file(include_file_path, link_path, directory_path): # 库路径、.h文件路径、链接头文件路径 argument
|
| D | parser.py | 205 def link_include(directory_path, function_names, link_include_file): argument 213 def main_entrance(directory_path, function_names, link_path): # 主入口 argument 283 def parser(directory_path): # 目录路径 argument
|