Home
last modified time | relevance | path

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

/libnativehelper/
DJniInvocation.cpp97 std::string GetError() { in GetError() function
220 ALOGE("Failed to dlopen %s: %s", library, GetError().c_str()); in Init()
229 library, kLibraryFallback, GetError().c_str()); in Init()
233 ALOGE("Failed to dlopen %s: %s", library, GetError().c_str()); in Init()
267 ALOGE("Failed to find symbol %s: %s\n", symbol, GetError().c_str()); in FindSymbol()