Home
last modified time | relevance | path

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

/external/llvm-libc/src/__support/StringUtil/
Derror_to_string.cpp64 cpp::string_view get_error_string(int err_num) { in get_error_string() function
65 return get_error_string(err_num, in get_error_string()
69 cpp::string_view get_error_string(int err_num, cpp::span<char> buffer) { in get_error_string() function
Derror_to_string.h17 cpp::string_view get_error_string(int err_num);
19 cpp::string_view get_error_string(int err_num, cpp::span<char> buffer);
/external/llvm-libc/src/string/
Dstrerror.cpp16 return const_cast<char *>(get_error_string(err_num).data());
Dstrerror_r.cpp20 return const_cast<char *>(get_error_string(err_num, {buf, buflen}).data());
/external/llvm-libc/test/UnitTest/
DErrnoSetterMatcher.h104 << get_error_string(errno_cmp.expected) << "\" but got \"" in explainError()
105 << get_error_string(actual_errno) << "\".\n"; in explainError()
/external/skia/tools/gpu/gl/interface/
Dtemplates.go230 static const char* get_error_string(GrGLenum err) {
251 SkDebugf("---- glGetError 0x%x(%s)", error, get_error_string(error));
/external/skia/src/gpu/ganesh/gl/
DGrGLInterfaceAutogen.cpp23 static const char* get_error_string(GrGLenum err) { in get_error_string() function
44 SkDebugf("---- glGetError 0x%x(%s)", error, get_error_string(error)); in checkError()