Searched refs:replace_path (Results 1 – 1 of 1) sorted by relevance
| /drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/ |
| D | hdf_liteos_scann.py | 132 replace_path = {} 133 import_gni_path, replace_path, temp_name = self.build_able_analyze( 134 model_build_lines, replace_path, import_gni_path) 137 need_replace[name] = replace_path 140 def build_able_analyze(self, model_build_lines, replace_path, import_gni_path): argument 149 replace_path = self.build_line_analyze(temp_str, replace_path) 152 replace_path = self.build_line_analyze(temp_str, replace_path) 155 return import_gni_path, replace_path, temp_name 157 def build_line_analyze(self, temp_str, replace_path): argument 165 replace_path[temp_re_list[0].strip()] = \ [all …]
|