Home
last modified time | relevance | path

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

/interface/sdk_c/build-tools/capi_parser/src/coreImpl/parser/
Dparser.py124 abs_path = []
140 abs_path.append(include_file)
143 abs_path.append(relative_path)
145 return abs_path
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) # 获取解析返回的数据
194 abs_path = change_abs(include_files, dire_path) # 接收.h绝对路径
195 for j_item in abs_path:
220 abs_path = change_abs(include_files, dire_path) # 接收.h绝对路径
221 print("头文件绝对路径:\n", abs_path)
[all …]