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

/frameworks/compile/libbcc/lib/Core/
H A DCompiler.cpp39 const char *Compiler::GetErrorString(enum ErrorCode pErrCode) { function in class:Compiler
100 ALOGE("%s (%s, features: %s)", GetErrorString(err),
/frameworks/compile/mclinker/tools/mcld/lib/Core/
H A DLinker.cpp26 const char* Linker::GetErrorString(enum Linker::ErrorCode pErrCode) { function in class:Linker
77 ALOGE("%s (%s)", GetErrorString(err), triple.c_str());

Completed in 121 milliseconds