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

  /system/core/base/
errors_unix.cpp 24 std::string SystemErrorCodeToString(int error_code) {
errors_windows.cpp 36 std::string SystemErrorCodeToString(int int_error_code) {
  /external/libchrome/base/
logging.cc 856 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code) {
871 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code) {
889 stream() << ": " << SystemErrorCodeToString(err_);
905 stream() << ": " << SystemErrorCodeToString(err_);

Completed in 853 milliseconds