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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A DReport.py241 FfsType = FfsObj._TypeName[FfsObj.Type]
H A DFvImage.py830 _TypeName = { variable in class:Section
879 if m.Type in m._TypeName:
880 SectionInfo += "[SECTION:%s] offset=%x size=%x" % (m._TypeName[m.Type], m._OFF_, m.Size)
987 _TypeName = { variable in class:Ffs
1026 (Ffs._TypeName[self.Type], self._OFF_, self.Size, self.Guid, self.FreeSpace, self.Alignment)

Completed in 167 milliseconds