Home
last modified time | relevance | path

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

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_thread.h26 const char* GetError() const { return dlerror_; } in GetError() function
Dcrazy_linker_thread_unittest.cpp40 TEST(Thread, GetError) { in TEST() argument