Home
last modified time | relevance | path

Searched refs:SystemErrorCodeToString (Results 1 – 3 of 3) sorted by relevance

/external/libbrillo/brillo/
Dbinder_watcher.cc60 << logging::SystemErrorCodeToString(err); in Init()
/external/libchrome/base/
Dlogging.cc856 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code) { in SystemErrorCodeToString() function
871 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code) { in SystemErrorCodeToString() function
889 stream() << ": " << SystemErrorCodeToString(err_); in ~Win32ErrorLogMessage()
905 stream() << ": " << SystemErrorCodeToString(err_); in ~ErrnoLogMessage()
Dlogging.h1006 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code);