Lines Matching defs:self
23 def __init__(self, version, info, fstab=None): argument
33 def MakeTemporary(self): argument
69 def AppendScript(self, other): argument
74 def AssertOemProperty(self, name, value): argument
87 def AssertSomeFingerprint(self, *fp): argument
98 def AssertSomeThumbprint(self, *fp): argument
109 def AssertOlderBuild(self, timestamp, timestamp_text): argument
118 def AssertDevice(self, device): argument
126 def AssertSomeBootloader(self, *bootloaders): argument
134 def ShowProgress(self, frac, dur): argument
140 def SetProgress(self, frac): argument
146 def PatchCheck(self, filename, *sha1): argument
155 def FileCheck(self, filename, *sha1): argument
162 def CacheFreeSpaceCheck(self, amount): argument
168 def Mount(self, mount_point, mount_options_by_format=""): argument
192 def UnpackPackageDir(self, src, dst): argument
197 def Comment(self, comment): argument
204 def Print(self, message): argument
208 def TunePartition(self, partition, *options): argument
219 def FormatPartition(self, partition): argument
230 def WipeBlockDevice(self, partition): argument
239 def DeleteFiles(self, file_list): argument
246 def DeleteFilesIfNotMatching(self, file_list): argument
255 def RenameFile(self, srcfile, tgtfile): argument
262 def SkipNextActionIfTargetExists(self, tgtfile, tgtsha1): argument
269 def ApplyPatch(self, srcfile, tgtfile, tgtsize, tgtsha1, *patchpairs): argument
283 def WriteRawImage(self, mount_point, fn, mapfn=None): argument
308 def SetPermissions(self, fn, uid, gid, mode, selabel, capabilities): argument
322 def SetPermissionsRecursive(self, fn, uid, gid, dmode, fmode, selabel, argument
339 def MakeSymlinks(self, symlink_list): argument
350 def AppendExtra(self, extra): argument
354 def Unmount(self, mount_point): argument
358 def UnmountAll(self): argument
363 def AddToZip(self, input_zip, output_zip, input_path=None): argument