Home
last modified time | relevance | path

Searched defs:kErrorMessageBufferSize (Results 1 – 4 of 4) sorted by relevance

/external/cronet/base/allocator/partition_allocator/partition_alloc_base/
Dlogging.cc211 const int kErrorMessageBufferSize = 256; in PA_COMPONENT_EXPORT() local
/external/libchrome/base/
Dlogging.cc950 const int kErrorMessageBufferSize = 256; in SystemErrorCodeToString() local
/external/cronet/base/
Dlogging.cc1062 const int kErrorMessageBufferSize = 256; in SystemErrorCodeToString() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.h49 static const uptr kErrorMessageBufferSize = 1 << 16; variable