Searched refs:write_file_lines (Results 1 – 15 of 15) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/ |
H A D | operate_group_passwd.py | 38 hdf_utils.write_file_lines(self.group_file, self.group_lines) 45 hdf_utils.write_file_lines(self.passwd_file, self.passwd_lines) 70 hdf_utils.write_file_lines(file_path, temp_lines)
|
H A D | hdf_vendor_makefile.py | 46 hdf_utils.write_file_lines(self.file_path, self.contents) 59 hdf_utils.write_file_lines(
|
H A D | hdf_vendor_build_file.py | 54 hdf_utils.write_file_lines(file_path, lines)
|
H A D | hdf_delete_handler.py | 251 hdf_utils.write_file_lines(file_path, file_info) 259 hdf_utils.write_file_lines(file_path, file_info)
|
H A D | hdf_device_info_hcs.py | 201 hdf_utils.write_file_lines(file_path, temp_lines)
|
H A D | hdf_add_handler.py | 232 hdf_utils.write_file_lines(dot_file, file_lines) 327 hdf_utils.write_file_lines(ohos_path, user_build_info)
|
H A D | hdf_model_enable_operation.py | 113 hdf_utils.write_file_lines(dot_file, file_lines)
|
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/driver_add/liteos/ |
H A D | gn_file_add_config.py | 85 hdf_utils.write_file_lines(build_gn_path, date_lines) 194 hdf_utils.write_file_lines(build_gn_path, date_lines) 236 hdf_utils.write_file_lines(build_gn_path, date_lines)
|
H A D | mk_file_add_config.py | 87 hdf_utils.write_file_lines(makefile_gn_path, date_lines) 140 hdf_utils.write_file_lines(makefile_gn_path, date_lines)
|
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/driver_add/linux/ |
H A D | kconfig_file_add_config.py | 46 hdf_utils.write_file_lines(kconfig_gn_path, date_lines)
|
H A D | mk_file_add_config.py | 146 hdf_utils.write_file_lines(makefile_path, date_lines) 205 hdf_utils.write_file_lines(makefile_gn_path, date_lines)
|
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/hdi_operate/ |
H A D | hdi_delete_handler.py | 191 hdf_utils.write_file_lines(config_path, hdf_service_contexts_lines)
|
H A D | hdi_add_handler.py | 303 hdf_utils.write_file_lines(hcs_target_file, new_data)
|
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/ |
H A D | hdf_utils.py | 198 def write_file_lines(file_path, content, code_type="utf-8"): function
|
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/driver_add/ |
H A D | hdf_add_driver.py | 99 hdf_utils.write_file_lines(dot_file, file_lines)
|