HomeSort by relevance Sort by last modified time
    Searched refs:SetLinkerErrorString (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_thread_unittest.cpp 104 TEST(Thread, SetLinkerErrorString) {
107 SetLinkerErrorString("Hello World");
110 SetLinkerErrorString(NULL);
crazy_linker_thread.h 74 void SetLinkerErrorString(const char* str);
crazy_linker_thread.cpp 70 void SetLinkerErrorString(const char* str) { GetThreadData()->SetError(str); }
  /ndk/sources/android/crazy_linker/src/
crazy_linker_thread_unittest.cpp 104 TEST(Thread, SetLinkerErrorString) {
107 SetLinkerErrorString("Hello World");
110 SetLinkerErrorString(NULL);
crazy_linker_thread.h 74 void SetLinkerErrorString(const char* str);
crazy_linker_thread.cpp 70 void SetLinkerErrorString(const char* str) { GetThreadData()->SetError(str); }

Completed in 3432 milliseconds