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

  /external/llvm/lib/Support/
Errno.cpp 32 std::string StrError() {
33 return StrError(errno);
37 std::string StrError(int errnum) {
59 // Copy the thread un-safe result of strerror into
61 // of collision of strerror in multiple threads.
63 str = strerror(errnum);
65 // Strange that this system doesn't even have strerror
  /external/chromium_org/media/audio/linux/
alsa_wrapper.cc 100 const char* AlsaWrapper::StrError(int errnum) {
  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-port.h 911 // StrError() aren't needed on Windows CE at this time and thus not
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 903 // StrError() aren't needed on Windows CE at this time and thus not
927 inline const char* StrError(int errnum) { return strerror(errnum); }
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/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...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h     [all...]

Completed in 1455 milliseconds