HomeSort by relevance Sort by last modified time
    Searched defs:StrError (Results 1 - 20 of 20) sorted by null

  /external/llvm/lib/Support/
Errno.cpp 32 std::string StrError() {
33 return StrError(errno);
37 std::string StrError(int errnum) {
61 // Copy the thread un-safe result of strerror into
63 // of collision of strerror in multiple threads.
64 str = strerror(errnum);
66 // Strange that this system doesn't even have strerror
  /external/swiftshader/third_party/LLVM/lib/Support/
Errno.cpp 33 std::string StrError() {
34 return StrError(errno);
38 std::string StrError(int errnum) {
57 // Copy the thread un-safe result of strerror into
59 // of collision of strerror in multiple threads.
61 strncpy(buffer,strerror(errnum),MaxErrStrLen-1);
64 // Strange that this system doesn't even have strerror
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Errno.cpp 32 std::string StrError() {
33 return StrError(errno);
37 std::string StrError(int errnum) {
61 // Copy the thread un-safe result of strerror into
63 // of collision of strerror in multiple threads.
64 str = strerror(errnum);
66 // Strange that this system doesn't even have strerror
  /external/swiftshader/third_party/subzero/src/
IceCompileServer.cpp 233 std::string StrError;
236 ? TextDataStreamer::create(Flags.getIRFilename(), &StrError)
237 : llvm::getDataFileStreamer(Flags.getIRFilename(), &StrError));
238 if (!StrError.empty() || !InputStream) {
240 StrError);
IceGlobalContext.h 187 Ostream &getStrError() { return *StrError; }
554 Ostream *StrError; /// Stream for logging errors.
  /external/fmtlib/fmt/
format.cc 67 // Disable deprecation warning for strerror. The latter is not called but
112 // Portable thread-safe version of strerror.
125 class StrError {
132 void operator=(const StrError &) {}
161 // Fallback to strerror if strerror_r and strerror_s are not available.
164 buffer_ = strerror(error_code_);
169 StrError(int err_code, char *&buf, std::size_t buf_size)
178 return StrError(error_code, buffer, buffer_size).run();
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h     [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/googletest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-port.h     [all...]
  /external/v8/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/fmtlib/test/gtest/
gtest.h     [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest.h     [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest.h     [all...]

Completed in 1094 milliseconds