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

12

/external/llvm/include/llvm/Support/
H A DErrno.h26 std::string StrError();
29 std::string StrError(int errnum);
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DErrno.h26 std::string StrError();
29 std::string StrError(int errnum);
/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.cpp78 llvm::getDataFileStreamer(const std::string &Filename, std::string *StrError) { argument
81 *StrError = std::string("Could not open ") + Filename + ": " +
/external/swiftshader/third_party/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 Dsystem_error.cpp46 return std::string(sys::StrError(ev));
/external/llvm/lib/Support/Unix/
H A DUnix.h64 *ErrMsg = prefix + ": " + llvm::sys::StrError(errnum);
H A DProgram.inc397 *ErrMsg = llvm::sys::StrError(ENOENT);
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
H A DUnix.h83 *ErrMsg = prefix + ": " + llvm::sys::StrError(errnum);
H A DProgram.inc377 *ErrMsg = llvm::sys::StrError(ENOENT);
/external/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp59 const std::string err_str = sys::StrError();
69 const std::string err_str = sys::StrError();
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
H A DOProfileJITEventListener.cpp55 const std::string err_str = sys::StrError();
65 const std::string err_str = sys::StrError();
/external/fmtlib/fmt/
H A Dformat.cc125 class StrError { class
132 void operator=(const StrError &) {}
169 StrError(int err_code, char *&buf, std::size_t buf_size) function in class:fmt::__anon6585::StrError
178 return StrError(error_code, buffer, buffer_size).run();
/external/fmtlib/test/
H A Dformat-impl-test.cc62 TEST(FormatTest, StrError) {
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h1337 // StrError() aren't needed on Windows CE at this time and thus not
1361 inline const char* StrError(int errnum) { return strerror(errnum); } function in namespace:testing::internal::posix
/external/protobuf/gtest/src/
H A Dgtest-death-test.cc252 return String(errno == 0 ? "" : posix::StrError(errno));
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1670 // StrError() aren't needed on Windows CE at this time and thus not
1694 inline const char* StrError(int errnum) { return strerror(errnum); } function in namespace:testing::internal::posix
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-death-test.cc303 return String(errno == 0 ? "" : posix::StrError(errno));
/external/googletest/googletest/src/
H A Dgtest-death-test.cc316 return errno == 0 ? "" : posix::StrError(errno);
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-death-test.cc316 return errno == 0 ? "" : posix::StrError(errno);
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1627 // StrError() aren't needed on Windows CE at this time and thus not
1651 inline const char* StrError(int errnum) { return strerror(errnum); } function in namespace:testing::internal::posix
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc265 return String(errno == 0 ? "" : posix::StrError(errno));
/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/mesa3d/src/gtest/src/
H A Dgtest-death-test.cc265 return String(errno == 0 ? "" : posix::StrError(errno));
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
H A Dgtest-death-test.cc265 return String(errno == 0 ? "" : posix::StrError(errno));

Completed in 543 milliseconds

12