Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dstrerror.cpp192 const char* error_name = __strerror_lookup(error_number); in strerror_r() local
193 if (error_name != nullptr) { in strerror_r()
194 length = strlcpy(buf, error_name, buf_len); in strerror_r()