Searched refs:StrError (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/googletest/googletest/src/
H A Dgtest-death-test.cc316 return errno == 0 ? "" : posix::StrError(errno);
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h2361 // StrError() aren't needed on Windows CE at this time and thus not
2385 inline const char* StrError(int errnum) { return strerror(errnum); } function in namespace:testing::internal::posix

Completed in 18 milliseconds