Searched refs:StrCatSignalSafe (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/crypto/test/ |
D | abi_test.cc | 187 static void StrCatSignalSafe(bssl::Span<char> out, Args... args) { in StrCatSignalSafe() function 199 StrCatSignalSafe(buf, args..., "\n"); in FatalError() 321 StrCatSignalSafe(starting_ip_buf_, "0x", WordToHex(starting_ip_).data()); in ToString() 403 StrCatSignalSafe(starting_ip_buf_, "0x", WordToHex(starting_ip_).data()); in ToString() 409 StrCatSignalSafe(bssl::Span<char>(starting_ip_buf_).subspan(len), "+", in ToString() 504 StrCatSignalSafe(g_unwind_errors[g_num_unwind_errors].str, args...); in AddUnwindError() 506 StrCatSignalSafe(g_unwind_errors[g_num_unwind_errors].str, in AddUnwindError()
|