Home
last modified time | relevance | path

Searched refs:GetErrorString (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/libbcc/include/bcc/
DCompiler.h75 static const char *GetErrorString(enum ErrorCode pErrCode);
/frameworks/compile/libbcc/lib/
DRSCompilerDriver.cpp186 Compiler::GetErrorString(err)); in compileScript()
210 Compiler::GetErrorString(compile_result)); in compileScript()
DCompiler.cpp118 const char *Compiler::GetErrorString(enum ErrorCode pErrCode) { in GetErrorString() function in Compiler
171 ALOGE("%s (%s, features: %s)", GetErrorString(err), in Compiler()
/frameworks/compile/libbcc/tools/bcc_compat/
DMain.cpp205 << Compiler::GetErrorString(result) << ")\n"; in ConfigCompiler()
/frameworks/compile/libbcc/tools/bcc/
DMain.cpp280 << Compiler::GetErrorString(result) << ")\n"; in ConfigCompiler()