Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc148 const CFIndex kMaxBufferLength = 1024; in GatherSystemInformation() local
149 UInt8 data_bytes[kMaxBufferLength]; in GatherSystemInformation()
151 CFReadStreamRead(read_stream, data_bytes, kMaxBufferLength); in GatherSystemInformation()