Home
last modified time | relevance | path

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

12

/external/cronet/tot/base/synchronization/
Dlock_impl_posix.cc32 std::string SystemErrorCodeToString(int error_code) { in SystemErrorCodeToString() function
47 << ". " << base::internal::SystemErrorCodeToString(rv); in dcheck_trylock_result()
71 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in LockImpl()
75 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in LockImpl()
81 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in LockImpl()
84 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in LockImpl()
86 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in LockImpl()
91 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in ~LockImpl()
96 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in LockInternal()
/external/libchrome/base/synchronization/
Dlock_impl_posix.cc33 std::string SystemErrorCodeToString(int error_code) { in SystemErrorCodeToString() function
60 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in LockImpl()
64 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in LockImpl()
70 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in LockImpl()
73 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in LockImpl()
75 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in LockImpl()
80 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in ~LockImpl()
85 DCHECK(rv == 0 || rv == EBUSY) << ". " << SystemErrorCodeToString(rv); in Try()
103 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in Lock()
/external/cronet/stable/base/synchronization/
Dlock_impl_posix.cc32 std::string SystemErrorCodeToString(int error_code) { in SystemErrorCodeToString() function
47 << ". " << base::internal::SystemErrorCodeToString(rv); in dcheck_trylock_result()
71 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in LockImpl()
75 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in LockImpl()
81 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in LockImpl()
84 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in LockImpl()
86 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in LockImpl()
91 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in ~LockImpl()
96 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in LockInternal()
/external/cronet/stable/base/profiler/
Dstack_base_address_posix.cc58 << logging::SystemErrorCodeToString(result); in GetThreadStackBaseAddressImpl()
65 << logging::SystemErrorCodeToString(result); in GetThreadStackBaseAddressImpl()
/external/cronet/tot/base/profiler/
Dstack_base_address_posix.cc58 << logging::SystemErrorCodeToString(result); in GetThreadStackBaseAddressImpl()
65 << logging::SystemErrorCodeToString(result); in GetThreadStackBaseAddressImpl()
/external/libbrillo/brillo/
Dbinder_watcher.cc47 << logging::SystemErrorCodeToString(err); in Init()
/external/cronet/stable/net/base/
Dnet_errors_posix.cc21 << logging::SystemErrorCodeToString(os_error); in MapSystemError()
/external/cronet/tot/net/base/
Dnet_errors_posix.cc21 << logging::SystemErrorCodeToString(os_error); in MapSystemError()
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/io/
Dsocket_win.inc115 std::string SystemErrorCodeToString(int code) {
131 SystemErrorCodeToString(error_number)));
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/io/
Dsocket_win.inc115 std::string SystemErrorCodeToString(int code) {
131 SystemErrorCodeToString(error_number)));
/external/cronet/tot/base/
Dcheck_unittest.cc186 logging::SystemErrorCodeToString(logging::GetLastSystemErrorCode()); in TEST()
356 logging::SystemErrorCodeToString(logging::GetLastSystemErrorCode()); in TEST()
791 ": ", logging::SystemErrorCodeToString(kTestError)}); in TEST()
Dlogging.cc1083 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code) { in SystemErrorCodeToString() function
1121 stream() << ": " << SystemErrorCodeToString(err_); in AppendError()
1149 stream() << ": " << SystemErrorCodeToString(err_); in AppendError()
Dlogging.h663 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code);
/external/cronet/stable/base/
Dcheck_unittest.cc186 logging::SystemErrorCodeToString(logging::GetLastSystemErrorCode()); in TEST()
356 logging::SystemErrorCodeToString(logging::GetLastSystemErrorCode()); in TEST()
791 ": ", logging::SystemErrorCodeToString(kTestError)}); in TEST()
Dlogging.cc1083 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code) { in SystemErrorCodeToString() function
1121 stream() << ": " << SystemErrorCodeToString(err_); in AppendError()
1149 stream() << ": " << SystemErrorCodeToString(err_); in AppendError()
Dlogging.h663 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code);
/external/libchrome/base/
Dlogging.cc948 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code) { in SystemErrorCodeToString() function
979 stream() << ": " << SystemErrorCodeToString(err_); in ~Win32ErrorLogMessage()
995 stream() << ": " << SystemErrorCodeToString(err_); in ~ErrnoLogMessage()
Dlogging.h1059 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code);
/external/cronet/tot/base/win/
Dpost_async_results.h337 << logging::SystemErrorCodeToString(hr); in PostAsyncResults()
/external/cronet/stable/base/win/
Dpost_async_results.h337 << logging::SystemErrorCodeToString(hr); in PostAsyncResults()
/external/libchrome/base/memory/
Ddiscardable_shared_memory.cc410 << logging::SystemErrorCodeToString(discard_result); in Purge()
/external/cronet/tot/base/memory/
Dplatform_shared_memory_region_unittest.cc275 << logging::SystemErrorCodeToString( in CheckReadOnlyMapProtection()
/external/cronet/stable/base/memory/
Dplatform_shared_memory_region_unittest.cc275 << logging::SystemErrorCodeToString( in CheckReadOnlyMapProtection()
/external/cronet/tot/crypto/
Duser_verifying_key_win.cc217 {message, " (hr = ", logging::SystemErrorCodeToString(hr), ")"}); in FormatError()
/external/cronet/stable/crypto/
Duser_verifying_key_win.cc217 {message, " (hr = ", logging::SystemErrorCodeToString(hr), ")"}); in FormatError()

12