Home
last modified time | relevance | path

Searched refs:SystemErrorCode (Results 1 – 25 of 48) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/base/
H A Dscoped_clear_last_error_unittest.cc42 EXPECT_EQ(logging::SystemErrorCode(0), ::GetLastError()); in TEST()
44 EXPECT_EQ(logging::SystemErrorCode(1), ::GetLastError()); in TEST()
53 EXPECT_EQ(logging::SystemErrorCode(1), ::GetLastError()); in TEST()
H A Dlogging.h646 typedef unsigned long SystemErrorCode; typedef
648 typedef int SystemErrorCode; typedef
653 BASE_EXPORT SystemErrorCode GetLastSystemErrorCode();
654 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code);
663 SystemErrorCode err);
670 SystemErrorCode err_;
679 SystemErrorCode err);
686 SystemErrorCode err_;
H A Dcheck.cc59 SystemErrorCode err_code = logging::GetLastSystemErrorCode(); in PCheck()
78 SystemErrorCode err_code = logging::GetLastSystemErrorCode(); in DPCheck()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/
H A Dscoped_clear_last_error_unittest.cc42 EXPECT_EQ(logging::SystemErrorCode(0), ::GetLastError()); in TEST()
44 EXPECT_EQ(logging::SystemErrorCode(1), ::GetLastError()); in TEST()
53 EXPECT_EQ(logging::SystemErrorCode(1), ::GetLastError()); in TEST()
H A Dlogging.h955 typedef unsigned long SystemErrorCode; typedef
957 typedef int SystemErrorCode; typedef
962 BASE_EXPORT SystemErrorCode GetLastSystemErrorCode();
963 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code);
972 SystemErrorCode err);
980 SystemErrorCode err_;
992 SystemErrorCode err);
1000 SystemErrorCode err_;
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/gn/src/base/
H A Dlogging.cc235 typedef DWORD SystemErrorCode; typedef
238 SystemErrorCode GetLastSystemErrorCode() { in GetLastSystemErrorCode()
246 std::string SystemErrorCodeToString(SystemErrorCode error_code) { in SystemErrorCodeToString()
270 SystemErrorCode err) in Win32ErrorLogMessage()
280 SystemErrorCode err) in ErrnoLogMessage()
H A Dlogging.h815 typedef unsigned long SystemErrorCode; typedef
817 typedef int SystemErrorCode; typedef
822 SystemErrorCode GetLastSystemErrorCode();
823 std::string SystemErrorCodeToString(SystemErrorCode error_code);
832 SystemErrorCode err);
840 SystemErrorCode err_;
852 SystemErrorCode err);
860 SystemErrorCode err_;
/dports/devel/gn/gn-1962/src/base/
H A Dlogging.cc236 typedef DWORD SystemErrorCode; typedef
239 SystemErrorCode GetLastSystemErrorCode() { in GetLastSystemErrorCode()
247 std::string SystemErrorCodeToString(SystemErrorCode error_code) { in SystemErrorCodeToString()
271 SystemErrorCode err) in Win32ErrorLogMessage()
281 SystemErrorCode err) in ErrnoLogMessage()
H A Dlogging.h815 typedef unsigned long SystemErrorCode; typedef
817 typedef int SystemErrorCode; typedef
822 SystemErrorCode GetLastSystemErrorCode();
823 std::string SystemErrorCodeToString(SystemErrorCode error_code);
832 SystemErrorCode err);
840 SystemErrorCode err_;
853 SystemErrorCode err);
861 SystemErrorCode err_;
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium-shim/base/
H A Dlogging.cpp115 SystemErrorCode GetLastSystemErrorCode() { in GetLastSystemErrorCode()
129 SystemErrorCode err) in Win32ErrorLogMessage()
141 SystemErrorCode err) in ErrnoLogMessage()
/dports/www/firefox/firefox-99.0/security/sandbox/chromium-shim/base/
H A Dlogging.cpp115 SystemErrorCode GetLastSystemErrorCode() { in GetLastSystemErrorCode()
129 SystemErrorCode err) in Win32ErrorLogMessage()
141 SystemErrorCode err) in ErrnoLogMessage()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/sandbox/chromium-shim/base/
H A Dlogging.cpp113 SystemErrorCode GetLastSystemErrorCode() { in GetLastSystemErrorCode()
127 SystemErrorCode err) in Win32ErrorLogMessage()
138 SystemErrorCode err) in ErrnoLogMessage()
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/chromium-shim/base/
H A Dlogging.cpp115 SystemErrorCode GetLastSystemErrorCode() { in GetLastSystemErrorCode()
129 SystemErrorCode err) in Win32ErrorLogMessage()
141 SystemErrorCode err) in ErrnoLogMessage()
/dports/lang/spidermonkey78/firefox-78.9.0/security/sandbox/chromium-shim/base/
H A Dlogging.cpp115 SystemErrorCode GetLastSystemErrorCode() { in GetLastSystemErrorCode()
129 SystemErrorCode err) in Win32ErrorLogMessage()
141 SystemErrorCode err) in ErrnoLogMessage()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/gn/base/
H A Dlogging.cc236 typedef DWORD SystemErrorCode; typedef
239 SystemErrorCode GetLastSystemErrorCode() { in GetLastSystemErrorCode()
247 std::string SystemErrorCodeToString(SystemErrorCode error_code) { in SystemErrorCodeToString()
271 SystemErrorCode err) in Win32ErrorLogMessage()
281 SystemErrorCode err) in ErrnoLogMessage()
H A Dlogging.h828 typedef unsigned long SystemErrorCode; typedef
830 typedef int SystemErrorCode; typedef
835 SystemErrorCode GetLastSystemErrorCode();
836 std::string SystemErrorCodeToString(SystemErrorCode error_code);
845 SystemErrorCode err);
853 SystemErrorCode err_;
865 SystemErrorCode err);
873 SystemErrorCode err_;
/dports/lang/spidermonkey60/firefox-60.9.0/security/sandbox/chromium-shim/base/
H A Dlogging.cpp124 SystemErrorCode GetLastSystemErrorCode() { in GetLastSystemErrorCode()
138 SystemErrorCode err) in Win32ErrorLogMessage()
150 SystemErrorCode err) in ErrnoLogMessage()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/sandbox/chromium/base/
H A Dlogging.h828 typedef unsigned long SystemErrorCode; in SuperFastHash()
830 typedef int SystemErrorCode; in SuperFastHash()
835 BASE_EXPORT SystemErrorCode GetLastSystemErrorCode(); in SuperFastHash()
836 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code); in SuperFastHash()
845 SystemErrorCode err); in SuperFastHash()
853 SystemErrorCode err_; in SuperFastHash()
865 SystemErrorCode err); in SuperFastHash()
873 SystemErrorCode err_; in SuperFastHash()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/base/
H A Dfile_stream_context.h107 IOResult(int64_t result, logging::SystemErrorCode os_error);
108 static IOResult FromOSError(logging::SystemErrorCode os_error);
111 logging::SystemErrorCode os_error; // Set only when result < 0.
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/base/
H A Dfile_stream_context.h110 IOResult(int64_t result, logging::SystemErrorCode os_error);
111 static IOResult FromOSError(logging::SystemErrorCode os_error);
114 logging::SystemErrorCode os_error; // Set only when result < 0.
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium/base/
H A Dlogging.h946 typedef unsigned long SystemErrorCode; typedef
948 typedef int SystemErrorCode; typedef
953 BASE_EXPORT SystemErrorCode GetLastSystemErrorCode();
954 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code);
963 SystemErrorCode err);
971 SystemErrorCode err_;
983 SystemErrorCode err);
991 SystemErrorCode err_;
/dports/www/firefox/firefox-99.0/security/sandbox/chromium/base/
H A Dlogging.h946 typedef unsigned long SystemErrorCode; typedef
948 typedef int SystemErrorCode; typedef
953 BASE_EXPORT SystemErrorCode GetLastSystemErrorCode();
954 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code);
963 SystemErrorCode err);
971 SystemErrorCode err_;
983 SystemErrorCode err);
991 SystemErrorCode err_;
/dports/lang/spidermonkey60/firefox-60.9.0/security/sandbox/chromium/base/
H A Dlogging.h1030 typedef unsigned long SystemErrorCode; typedef
1032 typedef int SystemErrorCode; typedef
1037 BASE_EXPORT SystemErrorCode GetLastSystemErrorCode();
1038 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code);
1047 SystemErrorCode err);
1055 SystemErrorCode err_;
1067 SystemErrorCode err);
1075 SystemErrorCode err_;
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/chromium/base/
H A Dlogging.h946 typedef unsigned long SystemErrorCode; typedef
948 typedef int SystemErrorCode; typedef
953 BASE_EXPORT SystemErrorCode GetLastSystemErrorCode();
954 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code);
963 SystemErrorCode err);
971 SystemErrorCode err_;
983 SystemErrorCode err);
991 SystemErrorCode err_;
/dports/lang/spidermonkey78/firefox-78.9.0/security/sandbox/chromium/base/
H A Dlogging.h1062 typedef unsigned long SystemErrorCode; typedef
1064 typedef int SystemErrorCode; typedef
1069 BASE_EXPORT SystemErrorCode GetLastSystemErrorCode();
1070 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code);
1079 SystemErrorCode err);
1087 SystemErrorCode err_;
1099 SystemErrorCode err);
1107 SystemErrorCode err_;

12