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

/external/llvm/lib/Support/
H A DErrno.cpp33 std::string StrError() { function in namespace:llvm::sys
34 return StrError(errno);
38 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/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/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

Completed in 249 milliseconds