Home
last modified time | relevance | path

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

/external/chromium_org/third_party/android_crazy_linker/src/src/
Dcrazy_linker_thread_unittest.cpp104 TEST(Thread, SetLinkerErrorString) { in TEST() argument
107 SetLinkerErrorString("Hello World"); in TEST()
110 SetLinkerErrorString(NULL); in TEST()
Dcrazy_linker_thread.h74 void SetLinkerErrorString(const char* str);
Dcrazy_linker_thread.cpp70 void SetLinkerErrorString(const char* str) { GetThreadData()->SetError(str); } in SetLinkerErrorString() function