HomeSort by relevance Sort by last modified time
    Searched defs:StrError (Results 1 - 16 of 16) 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-7.0/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-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; }
485 Ostream *StrError; /// Stream for logging errors.
  /device/google/cuttlefish_common/common/libs/fs/
shared_fd.h 461 const char* StrError() const {
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/googletest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-port.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/epid-sdk/ext/gtest/
gtest.h     [all...]

Completed in 2048 milliseconds