Searched defs:StrError (Results 1 - 11 of 11) sorted by relevance

/external/llvm/lib/Support/
H A DErrno.cpp32 std::string StrError() { function in namespace:llvm::sys
33 return StrError(errno);
37 std::string StrError(int errnum) { function in namespace:llvm::sys
H A DDataStream.cpp82 std::string *StrError) {
85 *StrError = std::string("Could not open ") + Filename + ": " +
81 getDataFileStreamer(const std::string &Filename, std::string *StrError) argument
/external/chromium_org/media/audio/alsa/
H A Dalsa_wrapper.cc100 const char* AlsaWrapper::StrError(int errnum) { function in class:media::AlsaWrapper
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h903 // StrError() aren't needed on Windows CE at this time and thus not
927 inline const char* StrError(int errnum) { return strerror(errnum); } function in namespace:testing::internal::posix
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-port.h1614 // StrError() aren't needed on Windows CE at this time and thus not
1638 inline const char* StrError(int errnum) { return strerror(errnum); } function in namespace:testing::internal::posix
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1624 // StrError() aren't needed on Windows CE at this time and thus not
1648 inline const char* StrError(int errnum) { return strerror(errnum); } function in namespace:testing::internal::posix
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h1614 // StrError() aren't needed on Windows CE at this time and thus not
1638 inline const char* StrError(int errnum) { return strerror(errnum); } function in namespace:testing::internal::posix
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-port.h2252 // StrError() aren't needed on Windows CE at this time and thus not
2276 inline const char* StrError(int errnum) { return strerror(errnum); } function in namespace:testing::internal::posix
/external/gtest/include/gtest/internal/
H A Dgtest-port.h1766 // StrError() aren't needed on Windows CE at this time and thus not
1790 inline const char* StrError(int errnum) { return strerror(errnum); } function in namespace:testing::internal::posix
/external/chromium_org/third_party/libvpx/source/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
/external/libvpx/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 2339 milliseconds