• Home
  • Raw
  • Download

Lines Matching defs:self

23   def __init__(self, version, info, fstab=None):  argument
35 def required_cache(self): argument
67 def AppendScript(self, other): argument
72 def AssertOemProperty(self, name, values, oem_no_mount): argument
96 def AssertSomeFingerprint(self, *fp): argument
107 def AssertSomeThumbprint(self, *fp): argument
118 def AssertFingerprintOrThumbprint(self, fp, tp): argument
129 def AssertOlderBuild(self, timestamp, timestamp_text): argument
138 def AssertDevice(self, device): argument
146 def AssertSomeBootloader(self, *bootloaders): argument
154 def ShowProgress(self, frac, dur): argument
160 def SetProgress(self, frac): argument
166 def PatchCheck(self, filename, *sha1): # pylint: disable=unused-argument argument
180 def PatchPartitionCheck(self, target, source): argument
193 def CacheFreeSpaceCheck(self, amount): argument
202 def Mount(self, mount_point, mount_options_by_format=""): argument
226 def Comment(self, comment): argument
233 def Print(self, message): argument
237 def TunePartition(self, partition, *options): argument
248 def FormatPartition(self, partition): argument
259 def WipeBlockDevice(self, partition): argument
268 def ApplyPatch(self, srcfile, tgtfile, tgtsize, tgtsha1, *patchpairs): argument
298 def PatchPartition(self, target, source, patch): argument
307 def WriteRawImage(self, mount_point, fn, mapfn=None): argument
328 def AppendExtra(self, extra): argument
332 def Unmount(self, mount_point): argument
336 def UnmountAll(self): argument
341 def AddToZip(self, input_zip, output_zip, input_path=None): argument