Home
last modified time | relevance | path

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

/libcore/luni/src/test/native/
Dlibcore_java_lang_ThreadTest.cpp47 std::string* exception_message = nullptr; in TestThreadNaming() local
54 exception_message = new std::string("expected_thread_name != thread_name: "); in TestThreadNaming()
55 exception_message->append("expected :"); in TestThreadNaming()
56 exception_message->append(native_thread_name); in TestThreadNaming()
57 exception_message->append(" was :"); in TestThreadNaming()
58 exception_message->append(thread_name.get()); in TestThreadNaming()
64 exception_message = new std::string("unexpected thread name : "); in TestThreadNaming()
65 exception_message->append(thread_name.get()); in TestThreadNaming()
68 exception_message = new std::string("prctl(PR_GET_NAME) failed :"); in TestThreadNaming()
69 exception_message->append(strerror(errno)); in TestThreadNaming()
[all …]