Home
last modified time | relevance | path

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

/external/cronet/base/
Dscoped_clear_last_error_unittest.cc41 EXPECT_EQ(logging::SystemErrorCode(0), ::GetLastError()); in TEST()
43 EXPECT_EQ(logging::SystemErrorCode(1), ::GetLastError()); in TEST()
52 EXPECT_EQ(logging::SystemErrorCode(1), ::GetLastError()); in TEST()
Dlogging.h698 typedef unsigned long SystemErrorCode; typedef
700 typedef int SystemErrorCode; typedef
705 BASE_EXPORT SystemErrorCode GetLastSystemErrorCode();
706 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code);
715 SystemErrorCode err);
722 SystemErrorCode err_;
731 SystemErrorCode err);
738 SystemErrorCode err_;
Dcheck.cc91 SystemErrorCode err) in DCheckWin32ErrorLogMessage()
111 SystemErrorCode err) in DCheckErrnoLogMessage()
148 SystemErrorCode err_code = logging::GetLastSystemErrorCode(); in PCheck()
166 SystemErrorCode err_code = logging::GetLastSystemErrorCode(); in DPCheck()
Dlogging.cc1049 typedef DWORD SystemErrorCode; typedef
1052 SystemErrorCode GetLastSystemErrorCode() { in GetLastSystemErrorCode()
1060 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code) { in SystemErrorCodeToString()
1084 SystemErrorCode err) in Win32ErrorLogMessage()
1098 SystemErrorCode err) in ErrnoLogMessage()
/external/cronet/base/allocator/partition_allocator/partition_alloc_base/
Dscoped_clear_last_error_pa_unittest.cc41 EXPECT_EQ(logging::SystemErrorCode(0), ::GetLastError()); in TEST()
43 EXPECT_EQ(logging::SystemErrorCode(1), ::GetLastError()); in TEST()
52 EXPECT_EQ(logging::SystemErrorCode(1), ::GetLastError()); in TEST()
Dlogging.h466 typedef unsigned long SystemErrorCode; typedef
468 typedef int SystemErrorCode; typedef
473 PA_COMPONENT_EXPORT(PARTITION_ALLOC) SystemErrorCode GetLastSystemErrorCode();
475 std::string SystemErrorCodeToString(SystemErrorCode error_code);
485 SystemErrorCode err); in PA_COMPONENT_EXPORT()
492 SystemErrorCode err_; in PA_COMPONENT_EXPORT()
501 SystemErrorCode err); in PA_COMPONENT_EXPORT()
508 SystemErrorCode err_; in PA_COMPONENT_EXPORT()
Dlogging.cc197 typedef DWORD SystemErrorCode; typedef
200 SystemErrorCode GetLastSystemErrorCode() { in GetLastSystemErrorCode()
209 std::string SystemErrorCodeToString(SystemErrorCode error_code) { in PA_COMPONENT_EXPORT()
237 SystemErrorCode err) in Win32ErrorLogMessage()
251 SystemErrorCode err) in ErrnoLogMessage()
Dcheck.cc33 SystemErrorCode err_code = logging::GetLastSystemErrorCode(); in PCheck()
52 SystemErrorCode err_code = logging::GetLastSystemErrorCode(); in DPCheck()
/external/cronet/net/base/
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.
Dnet_errors.h56 NET_EXPORT Error MapSystemError(logging::SystemErrorCode os_error);
Dfile_stream_context.cc39 logging::SystemErrorCode os_error) in IOResult()
45 logging::SystemErrorCode os_error) { in FromOSError()
Dnet_errors_win.cc14 Error MapSystemError(logging::SystemErrorCode os_error) { in MapSystemError()
Dnet_errors_posix.cc18 Error MapSystemError(logging::SystemErrorCode os_error) { in MapSystemError()
/external/libchrome/base/
Dlogging.h1051 typedef unsigned long SystemErrorCode; typedef
1053 typedef int SystemErrorCode; typedef
1058 BASE_EXPORT SystemErrorCode GetLastSystemErrorCode();
1059 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code);
1068 SystemErrorCode err);
1076 SystemErrorCode err_;
1088 SystemErrorCode err);
1096 SystemErrorCode err_;
Dlogging.cc937 typedef DWORD SystemErrorCode; typedef
940 SystemErrorCode GetLastSystemErrorCode() { in GetLastSystemErrorCode()
948 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code) { in SystemErrorCodeToString()
973 SystemErrorCode err) in Win32ErrorLogMessage()
989 SystemErrorCode err) in ErrnoLogMessage()