Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DErrno.cpp30 std::string StrError() { in StrError() function
35 std::string StrError(int errnum) { in StrError() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DErrno.cpp31 std::string StrError() { in StrError() function
36 std::string StrError(int errnum) { in StrError() function
/aosp_15_r20/external/llvm/lib/Support/
H A DErrno.cpp32 std::string StrError() { in StrError() function
37 std::string StrError(int errnum) { in StrError() function
H A DDataStream.cpp78 llvm::getDataFileStreamer(const std::string &Filename, std::string *StrError) { in getDataFileStreamer()
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DErrno.cpp32 std::string StrError() { in StrError() function
37 std::string StrError(int errnum) { in StrError() function
/aosp_15_r20/external/federated-compute/fcp/client/http/curl/
H A Dcurl_api.cc39 std::string CurlEasyHandle::StrError(CURLcode code) { in StrError() function in fcp::client::http::curl::CurlEasyHandle
76 std::string CurlMultiHandle::StrError(CURLMcode code) { in StrError() function in fcp::client::http::curl::CurlMultiHandle
/aosp_15_r20/external/gmmlib/Source/GmmLib/Utility/GmmLog/spdlog/fmt/bundled/
H A Dformat.cc127 class StrError { in safe_strerror() class
134 void operator=(const StrError &) {} in safe_strerror()
171 StrError(int err_code, char *&buf, std::size_t buf_size) in safe_strerror() function in fmt::__anon4ff250c20111::safe_strerror::StrError
/aosp_15_r20/external/gmmlib/Source/GmmLib/Utility/GmmLog/spdlog/details/
H A Dformat.cc161 class StrError in safe_strerror() class
169 void operator=(const StrError &) in safe_strerror()
212 StrError(int err_code, char *&buf, std::size_t buf_size) in safe_strerror() function in fmt::__anon35f1b3140111::safe_strerror::StrError
/aosp_15_r20/external/grpc-grpc/src/core/lib/gprpp/
H A Dstrerror.cc26 std::string StrError(int err) { return strerror(err); } in StrError() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Dstrerror.cc28 std::string StrError(int err) { return strerror(err); } in StrError() function
/aosp_15_r20/external/sandboxed-api/oss-internship-2020/curl/
H A Dcurl_util.cc22 std::string StrError(curl::CurlApi* api, int curl_error) { in StrError() function
/aosp_15_r20/external/swiftshader/third_party/subzero/pnacl-llvm/
H A DDataStream.cpp79 llvm::getDataFileStreamer(const std::string &Filename, std::string *StrError) { in getDataFileStreamer()
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/base/internal/
H A Dstrerror.cc77 std::string StrError(int errnum) { in StrError() function
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/base/internal/
H A Dstrerror.cc77 std::string StrError(int errnum) { in StrError() function
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/base/internal/
H A Dstrerror.cc77 std::string StrError(int errnum) { in StrError() function
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/base/internal/
H A Dstrerror.cc78 std::string StrError(int errnum) { in StrError() function
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/base/internal/
H A Dstrerror.cc77 std::string StrError(int errnum) { in StrError() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/
Dstrerror.cc77 std::string StrError(int errnum) { in StrError() function
/aosp_15_r20/external/abseil-cpp/absl/base/internal/
H A Dstrerror.cc77 std::string StrError(int errnum) { in StrError() function
/aosp_15_r20/external/sandboxed-api/sandboxed_api/util/
H A Dstrerror.cc63 std::string StrError(int errnum) { in StrError() function
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceCompileServer.cpp235 std::string StrError; in run() local
H A DIceGlobalContext.h479 Ostream *StrError; /// Stream for logging errors. variable
/aosp_15_r20/device/google/cuttlefish/common/libs/fs/
Dshared_fd.cpp1004 std::string FileInstance::StrError() const { in StrError() function in cuttlefish::FileInstance