HomeSort by relevance Sort by last modified time
    Searched refs:source_imagefile (Results 1 - 2 of 2) sorted by null

  /device/huawei/angler/
releasetools.py 177 def WriteIncrementalBootloader(info, target_imagefile, source_imagefile):
183 sm = HuaweiBootImage(source_imagefile.data, "bootloader")
208 def WriteIncrementalRadio(info, target_imagefile, source_imagefile):
216 source_radio_img = HuaweiBootImage(source_imagefile.data, "radio")
  /device/moto/shamu/
releasetools.py 161 def WriteIncrementalBootloader(info, target_imagefile, source_imagefile):
167 sm = MotobootImage(source_imagefile.data, "bootloader")
189 def WriteIncrementalRadio(info, target_imagefile, source_imagefile):
196 source_radio_img = MotobootImage(source_imagefile.data, "radio")

Completed in 624 milliseconds