Searched refs:MenuConfigParser (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dgrub2.py83 MenuConfigParser. Each entry is linked with the MenuConfigParser that
114 MenuConfigParser as dirty.
172 return (('%s' + MenuConfigParser.SECTION_SEPARATOR + '%d') %
180 split_section = sect_string.split(MenuConfigParser.SECTION_SEPARATOR)
240 class MenuConfigParser(LoggerMixin): class in inherits:LoggerMixin
241 """The MenuConfigParser class provides an interface to the menu.conf
284 super(MenuConfigParser, self).__init__()
331 section_split = sect.split(MenuConfigParser.SECTION_SEPARATOR)
347 # Globals are sanity-checked by MenuConfigParser consumer
[all...]

Completed in 52 milliseconds