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

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
H A DVfrError.cpp201 IN INT8 *MsgType,
209 printf ("%s line %d: %s %s %s\n", FileName, FileLine, MsgType, TokName, ErrorMsg);
198 PrintMsg( IN UINT32 LineNum, IN INT8 *TokName, IN INT8 *MsgType, IN INT8 *ErrorMsg ) argument
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
H A DVfrError.cpp217 IN CONST CHAR8 *MsgType,
224 if (strncmp ("Warning", MsgType, strlen ("Warning")) == 0) {
214 PrintMsg( IN UINT32 LineNum, IN CHAR8 *TokName, IN CONST CHAR8 *MsgType, IN CONST CHAR8 *ErrorMsg ) argument

Completed in 54 milliseconds