Home
last modified time | relevance | path

Searched defs:StrError (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DErrno.cpp32 std::string StrError() { in StrError() function
37 std::string StrError(int errnum) { in StrError() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DErrno.cpp31 std::string StrError() { in StrError() function
36 std::string StrError(int errnum) { in StrError() function
/third_party/grpc/src/core/util/
Dstrerror.cc25 std::string StrError(int err) { return strerror(err); } in StrError() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
DDataStream.cpp79 llvm::getDataFileStreamer(const std::string &Filename, std::string *StrError) { in getDataFileStreamer()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dstrerror.cc77 std::string StrError(int errnum) { in StrError() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceCompileServer.cpp235 std::string StrError; in run() local
DIceGlobalContext.h479 Ostream *StrError; /// Stream for logging errors. variable
/third_party/cares/test/
Dares-test-misc.cc612 TEST_F(LibraryTest, StrError) { in TEST_F() argument