Home
last modified time | relevance | path

Searched refs:IsEndOfFile (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
DDecParser.py245 while not self._RawData.IsEndOfFile():
263 if self._RawData.IsEndOfFile():
299 while not self._RawData.IsEndOfFile() or self._RawData.NextLine:
805 while not self._RawData.IsEndOfFile():
838 while not self._RawData.IsEndOfFile():
DDecParserMisc.py77 def IsEndOfFile(self): member in FileContent