Searched refs:errno_name (Results 1 – 1 of 1) sorted by relevance
82 const char* errno_name = strerrorname_np(e.errno_); in PrintTo() local83 if (errno_name != nullptr) { in PrintTo()84 *os << errno_name; in PrintTo()