Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/
H A Dhdf_liteos_scann.py266 temp_list = []
272 temp_list.append(temp_re_str.strip().strip("\""))
274 temp_list.append(info.strip())
301 header_name, temp_list = self.get_header_list(
311 temp_res_list = self.eval_source_str_path(temp_list)
323 def eval_source_str_path(self, temp_list): argument
325 for temp_info in temp_list:
346 temp_list = []
353 temp_list.append(line)
365 temp_list.append(line)
[all …]
H A Dhdf_linux_scann.py62 temp_list = []
76 temp_list.append(model_path)
80 temp_list + model_enable_dict.get(model_name)
82 model_enable_dict[model_name] = temp_list
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/hdi_operate/
H A Dhdi_delete_handler.py117 temp_list = os.listdir(dir_path)
118 if len(temp_list) == 1:
119 dir_path = os.path.join(dir_path, temp_list[0])
120 elif len(temp_list) == 0: