Home
last modified time | relevance | path

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

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_thread_unittest.cpp26 TEST(Thread, SetError) { in TEST() argument
28 data->SetError("Hello"); in TEST()
29 data->SetError("World"); in TEST()
35 data->SetError("Hello"); in TEST()
36 data->SetError(NULL); in TEST()
42 data->SetError("Hello"); in TEST()
53 data->SetError("Hello"); in TEST()
59 data->SetError("World"); in TEST()
68 data->SetError(NULL); in TEST()
79 data->SetError(NULL); in TEST()
[all …]
Dcrazy_linker_thread.h32 void SetError(const char* fmt, ...) { in SetError() function
Dcrazy_linker_thread.cpp70 void SetLinkerErrorString(const char* str) { GetThreadData()->SetError(str); } in SetLinkerErrorString()
Dcrazy_linker_wrappers.cpp58 data->SetError(::dlerror()); in SaveSystemError()