Home
last modified time | relevance | path

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

/bionic/tests/
D__cxa_thread_atexit_test.cpp28 message = msg; in set_message()
32 class_with_dtor_output += message; in ~ClassWithDtor()
35 std::string message; member in ClassWithDtor
56 message = msg; in set_message()
60 fprintf(stderr, "%s", message.c_str()); in ~ClassWithDtorForMainThread()
63 std::string message; member in ClassWithDtorForMainThread
Dgtest_main.cpp219 pinfo_->test_case_name(), pinfo_->name(), result.message()); in OnTestPartResult()
/bionic/libc/bionic/
Dbionic_systrace.cpp86 ScopedTrace::ScopedTrace(const char* message) { in ScopedTrace() argument
98 int length = strlen(message); in ScopedTrace()
100 size_t len = snprintf(buf, length + WRITE_OFFSET, "B|%d|%s", getpid(), message); in ScopedTrace()
/bionic/libc/private/
Dbionic_systrace.h28 explicit ScopedTrace(const char* message);
/bionic/libc/kernel/uapi/linux/
Ddm-ioctl.h76 char message[0]; member