Searched refs:get_image (Results 1 – 1 of 1) sorted by relevance
/tools/acloud/internal/lib/ |
D | ota_tools.py | 133 def _RewriteMiscInfo(output_file, input_file, lpmake_path, get_image): argument 178 (partition_name, get_image(partition_name))) 182 def BuildSuperImage(self, output_path, misc_info_path, get_image): argument 203 get_image) 226 def _RewriteSystemQemuConfig(output_file, input_file, get_image): argument 249 output_file.write("%s %s %s\n" % (get_image(split_line[1]), 257 def MkCombinedImg(self, output_path, system_qemu_config_path, get_image): argument 279 get_image)
|