Home
last modified time | relevance | path

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

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