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

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

Completed in 806 milliseconds