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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrCompiler.cpp28 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...]

Completed in 33 milliseconds