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

/external/llvm/lib/Support/
H A DErrno.cpp34 std::string StrError() { function in namespace:llvm::sys
35 return StrError(errno);
39 std::string StrError(int errnum) { function in namespace:llvm::sys
H A DDataStream.cpp88 std::string *StrError) {
91 *StrError = std::string("Could not open ") + Filename + ": " +
87 getDataFileStreamer(const std::string &Filename, std::string *StrError) argument
/external/open-vcdiff/gtest/include/gtest/internal/
H A Dgtest-port.h911 // StrError() aren't needed on Windows CE at this time and thus not
935 inline const char* StrError(int errnum) { return strerror(errnum); } function in namespace:testing::internal::posix
/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/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1583 // StrError() aren't needed on Windows CE at this time and thus not
1607 inline const char* StrError(int errnum) { return strerror(errnum); } function in namespace:testing::internal::posix
/external/gtest/include/gtest/internal/
H A Dgtest-port.h1632 // StrError() aren't needed on Windows CE at this time and thus not
1656 inline const char* StrError(int errnum) { return strerror(errnum); } function in namespace:testing::internal::posix
/external/libvpx/libvpx/third_party/googletest/src/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.h1619 // StrError() aren't needed on Windows CE at this time and thus not
1643 inline const char* StrError(int errnum) { return strerror(errnum); } function in namespace:testing::internal::posix
/external/ceres-solver/internal/ceres/gtest/
H A Dgtest.h2676 // StrError() aren't needed on Windows CE at this time and thus not
2700 inline const char* StrError(int errnum) { return strerror(errnum); } function in namespace:std::tr1::posix

Completed in 325 milliseconds