Searched refs:dot_file_list (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/ |
H A D | hdf_model_enable_operation.py | 80 dot_file_list = hdf_utils.get_dot_configs_path( 87 new_template_string, old_template_string, dot_file_list) 90 dot_file_list = hdf_utils.get_dot_configs_path( 97 new_template_string, old_template_string, dot_file_list) 100 old_template_string, dot_file_list): argument 108 for dot_file in dot_file_list:
|
H A D | hdf_add_handler.py | 223 dot_file_list = hdf_utils.get_dot_configs_path(root, vendor, board) 227 for dot_file in dot_file_list: 233 liteos_level_config_file_path[module + "_dot_configs"] = dot_file_list
|
H A D | hdf_liteos_scann.py | 44 dot_file_list = hdf_utils.get_dot_configs_path(root, vendor, board) 46 lambda x: x.endswith("debug_tee.config"), dot_file_list))
|
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/driver_add/ |
H A D | hdf_add_driver.py | 75 dot_file_list = hdf_utils.get_dot_configs_path( 83 for dot_file in dot_file_list: 100 file_path[self.module + "_dot_configs"] = dot_file_list
|