OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:error_length
(Results
1 - 1
of
1
) sorted by null
/frameworks/compile/libbcc/lib/ExecutionEngine/
SymbolResolvers.cpp
69
size_t
error_length
= ::strlen(DYLD_ERROR_MSG_PATTERN) +
local
72
error_length
+= ::strlen(err);
75
mError = new (std::nothrow) char [
error_length
];
77
::snprintf(mError,
error_length
, DYLD_ERROR_MSG_PATTERN, pFileName,
Completed in 56 milliseconds