HomeSort by relevance Sort by last modified time
    Searched full:new_abort_message (Results 1 - 1 of 1) sorted by null

  /bionic/libc/bionic/
libc_logging.cpp 529 abort_msg_t* new_abort_message = reinterpret_cast<abort_msg_t*>(map); local
530 new_abort_message->size = size;
531 strcpy(new_abort_message->msg, msg);
532 *__abort_message_ptr = new_abort_message;

Completed in 53 milliseconds