Searched refs:SystemErrorCodeToString (Results 1 – 5 of 5) sorted by relevance
208 std::string SystemErrorCodeToString(SystemErrorCode error_code) { in SystemErrorCodeToString() function227 std::string SystemErrorCodeToString(SystemErrorCode error_code) { in SystemErrorCodeToString() function242 stream() << ": " << SystemErrorCodeToString(err_); in ~Win32ErrorLogMessage()252 stream() << ": " << SystemErrorCodeToString(err_); in ~ErrnoLogMessage()
247 std::string SystemErrorCodeToString(SystemErrorCode error_code) { in SystemErrorCodeToString() function275 stream() << ": " << SystemErrorCodeToString(err_); in ~Win32ErrorLogMessage()285 stream() << ": " << SystemErrorCodeToString(err_); in ~ErrnoLogMessage()
823 std::string SystemErrorCodeToString(SystemErrorCode error_code);
647 std::string SystemErrorCodeToString(SystemErrorCode error_code);
2624 @@ -48,7 +48,8 @@ BASE_EXPORT std::string SystemErrorCodeToString(int error_code) {