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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DFfsFileStatement.py30 from FvImageSection import FvImageSection namespace
106 if isinstance(section, FvImageSection):
H A DFvImageSection.py31 class FvImageSection(FvImageSectionClassObject): class in inherits:FvImageSectionClassObject
87 EdkLogger.error("GenFds", GENFDS_ERROR, "FvImageSection Failed! %s NOT found in FDF" % self.FvName)
H A DGuidSection.py28 from FvImageSection import FvImageSection namespace
88 if isinstance(Sect, FvImageSection):
H A DFfsInfStatement.py37 from FvImageSection import FvImageSection namespace
685 if isinstance(Sect, FvImageSection):
H A DFdfParser.py28 import FvImageSection namespace
2742 FvImageSectionObj = FvImageSection.FvImageSection()
3439 FvImageSectionObj = FvImageSection.FvImageSection()
4217 if isinstance(SectionObj, FvImageSection.FvImageSection):

Completed in 223 milliseconds