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