HomeSort by: relevance | last modified time | path
    Searched defs:StrError (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
Errno.cpp 31 std::string StrError() {
32 return StrError(errno);
36 std::string StrError(int errnum) {
60 // Copy the thread un-safe result of strerror into
62 // of collision of strerror in multiple threads.
63 str = strerror(errnum);
65 // Strange that this system doesn't even have strerror
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 2021 // StrError() aren't needed on Windows CE at this time and thus not
2045 inline const char* StrError(int errnum) { return strerror(errnum); }

Completed in 36 milliseconds