Searched refs:demangled_symbol (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A Ddebug_stacktrace.cpp147 char* demangled_symbol = __cxa_demangle(symbol, NULL, NULL, NULL); local
148 const char* best_name = (demangled_symbol != NULL) ? demangled_symbol : symbol;
154 free(demangled_symbol);

Completed in 22 milliseconds