Home
last modified time | relevance | path

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

/third_party/cef/libcef_dll/base/
Dcef_logging.cc208 std::string SystemErrorCodeToString(SystemErrorCode error_code) { in SystemErrorCodeToString() function
227 std::string SystemErrorCodeToString(SystemErrorCode error_code) { in SystemErrorCodeToString() function
242 stream() << ": " << SystemErrorCodeToString(err_); in ~Win32ErrorLogMessage()
252 stream() << ": " << SystemErrorCodeToString(err_); in ~ErrnoLogMessage()
/third_party/gn/src/base/
Dlogging.cc247 std::string SystemErrorCodeToString(SystemErrorCode error_code) { in SystemErrorCodeToString() function
275 stream() << ": " << SystemErrorCodeToString(err_); in ~Win32ErrorLogMessage()
285 stream() << ": " << SystemErrorCodeToString(err_); in ~ErrnoLogMessage()
Dlogging.h823 std::string SystemErrorCodeToString(SystemErrorCode error_code);
/third_party/cef/include/base/
Dcef_logging.h647 std::string SystemErrorCodeToString(SystemErrorCode error_code);
/third_party/chromium/patch/
D0003-ohos-1115.patch2624 @@ -48,7 +48,8 @@ BASE_EXPORT std::string SystemErrorCodeToString(int error_code) {