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
190 def PatchPartitionExprCheck(self, target_expr, source_expr): argument
212 def CacheFreeSpaceCheck(self, amount): argument
221 def Mount(self, mount_point, mount_options_by_format=""): argument
246 def Comment(self, comment): argument
253 def Print(self, message): argument
257 def TunePartition(self, partition, *options): argument
269 def FormatPartition(self, partition): argument
281 def WipeBlockDevice(self, partition): argument
290 def ApplyPatch(self, srcfile, tgtfile, tgtsize, tgtsha1, *patchpairs): argument
320 def PatchPartition(self, target, source, patch): argument
335 def PatchPartitionExpr(self, target_expr, source_expr, patch_expr): argument
359 def _GetSlotSuffixDeviceForEntry(self, entry=None): argument
375 def _CheckSecondTokenNotSlotSuffixed(self, s, fn): argument
384 def WriteRawImage(self, mount_point, fn, mapfn=None): argument
406 def AppendExtra(self, extra): argument
410 def Unmount(self, mount_point): argument
414 def UnmountAll(self): argument
419 def AddToZip(self, input_zip, output_zip, input_path=None): argument