Searched refs:gINF_SECTION_DEF (Results 1 – 3 of 3) sorted by relevance
44 from Parser.InfParserMisc import gINF_SECTION_DEF660 if TemSectionName.upper() not in gINF_SECTION_DEF.keys():670 CurrentSection = gINF_SECTION_DEF[TemSectionName]680 if SectionName.upper() not in gINF_SECTION_DEF.keys():683 SectionType = gINF_SECTION_DEF[SectionName.upper()]
51 from Parser.InfParserMisc import gINF_SECTION_DEF335 if _SectionName.upper() in gINF_SECTION_DEF:336 self._SectionType = gINF_SECTION_DEF[_SectionName.upper()]
40 gINF_SECTION_DEF = { variable