D | common.py | 715 def WriteMountOemScript(self, script): argument 718 script.Mount("/oem", recovery_mount_options) 720 def WriteDeviceAssertions(self, script, oem_no_mount): argument 723 script.AssertDevice(self.device) 739 script.AssertOemProperty(prop, values, oem_no_mount) 3433 def WriteScript(self, script, output_zip, progress=None, argument 3437 script.Print("Patching %s image unconditionally..." % (self.partition,)) 3439 script.Print("Patching %s image after verification." % (self.partition,)) 3442 script.ShowProgress(progress, 0) 3443 self._WriteUpdate(script, output_zip) [all …]
|