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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/
H A DInfParserMisc.py40 gINF_SECTION_DEF = { variable
H A DInfParser.py44 from Parser.InfParserMisc import gINF_SECTION_DEF namespace
604 if TemSectionName.upper() not in gINF_SECTION_DEF.keys():
614 CurrentSection = gINF_SECTION_DEF[TemSectionName]
624 if SectionName.upper() not in gINF_SECTION_DEF.keys():
627 SectionType = gINF_SECTION_DEF[SectionName.upper()]
H A DInfSectionParser.py51 from Parser.InfParserMisc import gINF_SECTION_DEF namespace
326 if _SectionName.upper() in gINF_SECTION_DEF:
327 self._SectionType = gINF_SECTION_DEF[_SectionName.upper()]

Completed in 45 milliseconds