Searched refs:SystemErrorCodeToString (Results 1 – 15 of 15) sorted by relevance
/external/libchrome/base/synchronization/ |
D | lock_impl_posix.cc | 33 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/ |
D | lock_impl_posix.cc | 32 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/ |
D | stack_base_address_posix.cc | 58 << logging::SystemErrorCodeToString(result); in GetThreadStackBaseAddressImpl() 65 << logging::SystemErrorCodeToString(result); in GetThreadStackBaseAddressImpl()
|
/external/cronet/base/allocator/partition_allocator/partition_alloc_base/ |
D | logging.cc | 209 std::string SystemErrorCodeToString(SystemErrorCode error_code) { in PA_COMPONENT_EXPORT() 241 stream() << ": " << SystemErrorCodeToString(err_); in ~Win32ErrorLogMessage() 255 stream() << ": " << SystemErrorCodeToString(err_); in ~ErrnoLogMessage()
|
D | logging.h | 475 std::string SystemErrorCodeToString(SystemErrorCode error_code);
|
/external/libbrillo/brillo/ |
D | binder_watcher.cc | 47 << logging::SystemErrorCodeToString(err); in Init()
|
/external/cronet/net/base/ |
D | net_errors_posix.cc | 21 << logging::SystemErrorCodeToString(os_error); in MapSystemError()
|
/external/cronet/base/ |
D | check_unittest.cc | 88 logging::SystemErrorCodeToString(logging::GetLastSystemErrorCode()); in TEST() 223 logging::SystemErrorCodeToString(logging::GetLastSystemErrorCode()); in TEST()
|
D | logging.cc | 1060 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code) { in SystemErrorCodeToString() function 1088 stream() << ": " << SystemErrorCodeToString(err_); in ~Win32ErrorLogMessage() 1102 stream() << ": " << SystemErrorCodeToString(err_); in ~ErrnoLogMessage()
|
D | logging.h | 706 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code);
|
/external/libchrome/base/ |
D | logging.cc | 948 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code) { in SystemErrorCodeToString() function 979 stream() << ": " << SystemErrorCodeToString(err_); in ~Win32ErrorLogMessage() 995 stream() << ": " << SystemErrorCodeToString(err_); in ~ErrnoLogMessage()
|
D | logging.h | 1059 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code);
|
/external/cronet/base/win/ |
D | post_async_results.h | 337 << logging::SystemErrorCodeToString(hr); in PostAsyncResults()
|
/external/libchrome/base/memory/ |
D | discardable_shared_memory.cc | 410 << logging::SystemErrorCodeToString(discard_result); in Purge()
|
/external/cronet/base/memory/ |
D | platform_shared_memory_region_unittest.cc | 274 << logging::SystemErrorCodeToString( in CheckReadOnlyMapProtection()
|