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 835 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code) {
850 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code) {
868 stream() << ": " << SystemErrorCodeToString(err_);
884 stream() << ": " << SystemErrorCodeToString(err_);

Completed in 190 milliseconds