Lines Matching defs:dirty
87 def dirty(self):
90 @dirty.setter
91 def dirty(self, val):
93 self._debug('dirty => %s', val)
221 self.dirty = False
231 self.dirty = True
312 self.dirty = True
319 self.dirty = True
324 self.dirty = True
351 self.dirty = True
357 self.dirty = True
451 if force or self.dirty is True:
454 (force or inst.boot_vars.dirty is True)):
457 if force or self.dirty is True or self.boot_loader.dirty is True:
463 # If a temp dir is specified, ignore the dirty flag and just write
479 s = 'State: ' + ('dirty' if self.dirty else 'clean') + '\n'
799 # this instance to mark the associated bootconfig as dirty.
949 # BootConfig dirty
955 # and no previous default was found, so mark the BootConfig dirty
956 self._bootconfig.dirty = True
1010 self._bootconfig.dirty = True
1029 self._bootconfig.dirty = True