Searched refs:DebugError (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/ |
H A D | VfrCompiler.cpp | 28 CVfrCompiler::DebugError ( function in class:CVfrCompiler 104 DebugError (NULL, 0, 1001, "Missing option", "-i missing path argument"); 112 DebugError (NULL, 0, 1001, "Missing option", "-o missing output directory name"); 133 DebugError (NULL, 0, 1001, "Missing option", "-od - missing C-preprocessor argument"); 143 DebugError (NULL, 0, 1001, "Missing option", "-s missing input string file name"); 152 DebugError (NULL, 0, 1000, "Invalid format:", "%s", Argv[Index]); 157 DebugError (NULL, 0, 1000, "Unknown option", "unrecognized option %s", Argv[Index]); 163 DebugError (NULL, 0, 1001, "Missing option", "VFR file name is not specified."); 222 DebugError (NULL, 0, 4001, "Resource: memory can't be allocated", NULL); 251 DebugError (NUL [all...] |
H A D | VfrCompiler.h | 108 VOID DebugError (IN CHAR8*, IN UINT32, IN UINT32, IN CONST CHAR8*, IN CONST CHAR8*, ...);
|
Completed in 923 milliseconds