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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DMisc.py1504 if self._ByteListToStr (ByteList[0x0:0x2]) != 'MZ':
1541 SecName = self._ByteListToStr(ByteList[0:8])
1549 def _ByteListToStr(self, ByteList): member in class:PeImageClass

Completed in 153 milliseconds