Searched defs:kBufferSize (Results 1 - 6 of 6) sorted by last modified time

/system/update_engine/common/
H A Dhash_calculator.cc53 const int kBufferSize = 128 * 1024; // 128 KiB local
54 brillo::Blob buffer(kBufferSize);
H A Dutils.cc727 const ssize_t kBufferSize = 2048; local
729 uint8_t buffer[kBufferSize];
730 if (HANDLE_EINTR(pread(fd, buffer, kBufferSize, 0)) != kBufferSize) {
735 if (GetSquashfs4Size(buffer, kBufferSize, out_block_count, out_block_size))
737 if (GetExt3Size(buffer, kBufferSize, out_block_count, out_block_size))
/system/netd/server/
H A DSockDiag.h35 static const int kBufferSize = 4096; member in class:SockDiag
/system/core/adb/
H A Dshell_service.h109 kBufferSize = MAX_PAYLOAD, enumerator in enum:ShellProtocol::__anon1492
116 char buffer_[kBufferSize];
/system/connectivity/shill/shims/
H A Dnetfilter_queue_processor.cc45 const int NetfilterQueueProcessor::kBufferSize = 4096; member in class:shill::shims::NetfilterQueueProcessor
161 char buffer[kBufferSize] __attribute__((aligned));
H A Dnetfilter_queue_processor.h173 static const int kBufferSize; member in class:shill::shims::NetfilterQueueProcessor

Completed in 162 milliseconds