Searched defs:SystemErrorCodeToString (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/
H A Dlogging.cc711 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code) { function in namespace:logging
726 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code) { function in namespace:logging
744 stream() << ": " << SystemErrorCodeToString(err_);
760 stream() << ": " << SystemErrorCodeToString(err_);

Completed in 65 milliseconds