Home
last modified time | relevance | path

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

/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/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/base/profiler/
Dstack_base_address_posix.cc58 << logging::SystemErrorCodeToString(result); in GetThreadStackBaseAddressImpl()
65 << logging::SystemErrorCodeToString(result); in GetThreadStackBaseAddressImpl()
/external/cronet/base/allocator/partition_allocator/partition_alloc_base/
Dlogging.cc209 std::string SystemErrorCodeToString(SystemErrorCode error_code) { in PA_COMPONENT_EXPORT()
241 stream() << ": " << SystemErrorCodeToString(err_); in ~Win32ErrorLogMessage()
255 stream() << ": " << SystemErrorCodeToString(err_); in ~ErrnoLogMessage()
Dlogging.h475 std::string SystemErrorCodeToString(SystemErrorCode error_code);
/external/libbrillo/brillo/
Dbinder_watcher.cc47 << logging::SystemErrorCodeToString(err); in Init()
/external/cronet/net/base/
Dnet_errors_posix.cc21 << logging::SystemErrorCodeToString(os_error); in MapSystemError()
/external/cronet/base/
Dcheck_unittest.cc88 logging::SystemErrorCodeToString(logging::GetLastSystemErrorCode()); in TEST()
223 logging::SystemErrorCodeToString(logging::GetLastSystemErrorCode()); in TEST()
Dlogging.cc1060 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code) { in SystemErrorCodeToString() function
1088 stream() << ": " << SystemErrorCodeToString(err_); in ~Win32ErrorLogMessage()
1102 stream() << ": " << SystemErrorCodeToString(err_); in ~ErrnoLogMessage()
Dlogging.h706 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/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/base/memory/
Dplatform_shared_memory_region_unittest.cc274 << logging::SystemErrorCodeToString( in CheckReadOnlyMapProtection()