Home
last modified time | relevance | path

Searched refs:get_error_string (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/llvm-libc/src/__support/StringUtil/
H A Derror_to_string.cpp68 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 Derror_to_string.h19 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 DErrnoSetterMatcher.h105 << 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 Dtemplates.go247 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 Dstrerror.cpp17 return const_cast<char *>(get_error_string(err_num).data());
H A Dstrerror_r.cpp21 return const_cast<char *>(get_error_string(err_num, {buf, buflen}).data());
/aosp_15_r20/external/llvm-libc/src/stdio/printf_core/
H A Dstrerror_converter.h37 auto strerror_result = get_error_string(error_num, strerror_buff); in convert_strerror()
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLInterfaceAutogen.cpp26 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 DAndroidUnwinderTest.cpp94 TEST(AndroidUnwinderDataTest, get_error_string) { in TEST() argument