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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc6799 return errno == 0 ? "" : posix::StrError(errno);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2873 // StrError() aren't needed on Windows CE at this time and thus not
2897 inline const char* StrError(int errnum) { return strerror(errnum); } function in namespace:std::tr1::posix

Completed in 72 milliseconds