OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DebugError
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrCompiler.cpp
28
CVfrCompiler::
DebugError
(
109
DebugError
(NULL, 0, 1001, "Missing option", "-i missing path argument");
117
DebugError
(NULL, 0, 1001, "Missing option", "-o missing output directory name");
138
DebugError
(NULL, 0, 1001, "Missing option", "-od - missing C-preprocessor argument");
148
DebugError
(NULL, 0, 1001, "Missing option", "-s missing input string file name");
157
DebugError
(NULL, 0, 1000, "Invalid format:", "%s", Argv[Index]);
164
DebugError
(NULL, 0, 1000, "Unknown option", "unrecognized option %s", Argv[Index]);
170
DebugError
(NULL, 0, 1001, "Missing option", "VFR file name is not specified.");
229
DebugError
(NULL, 0, 4001, "Resource: memory can't be allocated", NULL);
258
DebugError
(NULL, 0, 4001, "Resource: memory can't be allocated", NULL);
[
all
...]
VfrCompiler.h
111
VOID
DebugError
(IN CHAR8*, IN UINT32, IN UINT32, IN CONST CHAR8*, IN CONST CHAR8*, ...);
/external/libmojo/mojo/edk/system/ports/
node.cc
22
int
DebugError
(const char* message, int error_code) {
27
#define OOPS(x)
DebugError
(#x, x)
[
all
...]
Completed in 366 milliseconds