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.cc819 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code) { in SystemErrorCodeToString() function
834 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code) { in SystemErrorCodeToString() function
852 stream() << ": " << SystemErrorCodeToString(err_); in ~Win32ErrorLogMessage()
868 stream() << ": " << SystemErrorCodeToString(err_); in ~ErrnoLogMessage()
Dlogging.h865 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code);