Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
DDecParser.py956 self._LoggerError(ST.ERR_DECPARSE_SECTION_UE)
958 Par.AssertChar(DT.TAB_SPLIT, ST.ERR_DECPARSE_SECTION_UE, self._RawData.LineIndex)
967 Par.AssertChar(DT.TAB_SPLIT, ST.ERR_DECPARSE_SECTION_UE, self._RawData.LineIndex)
991 Par.AssertEnd(ST.ERR_DECPARSE_SECTION_UE, self._RawData.LineIndex)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Logger/
DStringTable.py727 ERR_DECPARSE_SECTION_UE = _("Incorrect UserExtentions format. " variable