Home
last modified time | relevance | path

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

/libnativehelper/
DJniInvocation.cpp98 std::string GetError() { in GetError() function
223 ALOGE("Failed to dlopen %s: %s", library, GetError().c_str()); in Init()
232 library, kLibraryFallback, GetError().c_str()); in Init()
236 ALOGE("Failed to dlopen %s: %s", library, GetError().c_str()); in Init()
270 ALOGE("Failed to find symbol %s: %s\n", symbol, GetError().c_str()); in FindSymbol()