Home
last modified time | relevance | path

Searched refs:GetLastSystemErrorCode (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/
H A Dlogging.h277 ::partition_alloc::internal::logging::GetLastSystemErrorCode()) \
283 ::partition_alloc::internal::logging::GetLastSystemErrorCode()) \
304 ::partition_alloc::internal::logging::GetLastSystemErrorCode()) \
310 ::partition_alloc::internal::logging::GetLastSystemErrorCode()) \
H A Dcheck.cc46 logging::GetLastSystemErrorCode()) {} in PCheck()
56 logging::GetLastSystemErrorCode()) {} in DPCheck()
H A Dlog_message.h114 SystemErrorCode GetLastSystemErrorCode();
H A Dlog_message.cc159 SystemErrorCode GetLastSystemErrorCode() { in GetLastSystemErrorCode() function
/aosp_15_r20/external/cronet/base/
H A Dlogging.h482 ::logging::GetLastSystemErrorCode()).stream()
486 ::logging::GetLastSystemErrorCode()).stream()
505 ::logging::GetLastSystemErrorCode()).stream()
509 ::logging::GetLastSystemErrorCode()).stream()
680 BASE_EXPORT SystemErrorCode GetLastSystemErrorCode();
H A Dcheck.cc290 SystemErrorCode err_code = logging::GetLastSystemErrorCode(); in PCheck()
308 SystemErrorCode err_code = logging::GetLastSystemErrorCode(); in DPCheck()
H A Dcheck_unittest.cc172 logging::SystemErrorCodeToString(logging::GetLastSystemErrorCode()); in TEST()
311 logging::SystemErrorCodeToString(logging::GetLastSystemErrorCode()); in TEST()
H A Dlogging.cc1052 SystemErrorCode GetLastSystemErrorCode() { in GetLastSystemErrorCode() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/
Dlogging.h441 ::logging::GetLastSystemErrorCode()).stream()
445 ::logging::GetLastSystemErrorCode()).stream()
464 ::logging::GetLastSystemErrorCode()).stream()
468 ::logging::GetLastSystemErrorCode()).stream()
1061 BASE_EXPORT SystemErrorCode GetLastSystemErrorCode();
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/2/external/libchrome/base/
Dlogging.h441 ::logging::GetLastSystemErrorCode()).stream()
445 ::logging::GetLastSystemErrorCode()).stream()
464 ::logging::GetLastSystemErrorCode()).stream()
468 ::logging::GetLastSystemErrorCode()).stream()
1061 BASE_EXPORT SystemErrorCode GetLastSystemErrorCode();
/aosp_15_r20/external/libchrome/base/
H A Dlogging.h438 ::logging::GetLastSystemErrorCode()).stream()
442 ::logging::GetLastSystemErrorCode()).stream()
461 ::logging::GetLastSystemErrorCode()).stream()
465 ::logging::GetLastSystemErrorCode()).stream()
1058 BASE_EXPORT SystemErrorCode GetLastSystemErrorCode();
H A Dlogging.cc940 SystemErrorCode GetLastSystemErrorCode() { in GetLastSystemErrorCode() function
/aosp_15_r20/external/cronet/net/base/
H A Dfile_stream_context.cc188 IOResult::FromOSError(logging::GetLastSystemErrorCode())); in OpenFileImpl()
198 return IOResult::FromOSError(logging::GetLastSystemErrorCode()); in GetFileInfoImpl()
211 return IOResult::FromOSError(logging::GetLastSystemErrorCode()); in FlushFileImpl()
/aosp_15_r20/external/cronet/base/memory/
H A Dplatform_shared_memory_region_unittest.cc276 logging::GetLastSystemErrorCode()); in CheckReadOnlyMapProtection()