Searched refs:get_error_string (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/llvm-libc/src/__support/StringUtil/ |
H A D | error_to_string.cpp | 68 cpp::string_view get_error_string(int err_num) { in get_error_string() function 69 return get_error_string(err_num, in get_error_string() 73 cpp::string_view get_error_string(int err_num, cpp::span<char> buffer) { in get_error_string() function
|
H A D | error_to_string.h | 19 cpp::string_view get_error_string(int err_num); 21 cpp::string_view get_error_string(int err_num, cpp::span<char> buffer);
|
/aosp_15_r20/external/llvm-libc/test/UnitTest/ |
H A D | ErrnoSetterMatcher.h | 105 << get_error_string(errno_cmp.expected) << "\" but got \"" in explainError() 106 << get_error_string(actual_errno) << "\".\n"; in explainError()
|
/aosp_15_r20/external/skia/tools/gpu/gl/interface/ |
H A D | templates.go | 247 static const char* get_error_string(GrGLenum err) { 268 SkDebugf("---- glGetError 0x%x(%s)", error, get_error_string(error));
|
/aosp_15_r20/external/llvm-libc/src/string/ |
H A D | strerror.cpp | 17 return const_cast<char *>(get_error_string(err_num).data());
|
H A D | strerror_r.cpp | 21 return const_cast<char *>(get_error_string(err_num, {buf, buflen}).data());
|
/aosp_15_r20/external/llvm-libc/src/stdio/printf_core/ |
H A D | strerror_converter.h | 37 auto strerror_result = get_error_string(error_num, strerror_buff); in convert_strerror()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/ |
H A D | GrGLInterfaceAutogen.cpp | 26 static const char* get_error_string(GrGLenum err) { in get_error_string() function 47 SkDebugf("---- glGetError 0x%x(%s)", error, get_error_string(error)); in checkError()
|
/aosp_15_r20/system/unwinding/libunwindstack/tests/ |
H A D | AndroidUnwinderTest.cpp | 94 TEST(AndroidUnwinderDataTest, get_error_string) { in TEST() argument
|