Searched defs:GRUB2MenuEntryEmitter (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dgrub2.py1956 emitter = GRUB2MenuEntryEmitter(outfile, defs_dict)
3049 emitter = GRUB2MenuEntryEmitter()
3260 # the GRUB2MenuEntryEmitter class. If it does not,
3262 emitter = getattr(GRUB2MenuEntryEmitter,
3443 class GRUB2MenuEntryEmitter(LoggerMixin): class in inherits:LoggerMixin
3456 super(GRUB2MenuEntryEmitter, self).__init__()

Completed in 31 milliseconds