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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Xml/
H A DIniToXml.py42 def IniParseError(Error, File, Line): function
341 IniParseError(ST.ERR_SECTION_NAME_INVALID % SectionName,
345 IniParseError(ST.ERR_SECTION_REDEFINE % SectionName,
353 IniParseError(ST.ERR_SECTION_NAME_NONE, IniFile, Index+1)
361 IniParseError(ST.ERR_KEYWORD_INVALID % TempKey,
370 IniParseError(Cause, IniFile, Index+1)
381 IniParseError(Cause, IniFile, Index+1)
385 IniParseError(ST.ERR_EMPTY_VALUE, IniFile, Index+1)
392 IniParseError(ST.ERR_KEYWORD_REDEFINE % CurrentKey,
400 IniParseError(S
[all...]

Completed in 38 milliseconds