OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kOutputBufferLength
(Results
1 - 2
of
2
) sorted by null
/system/update_engine/payload_consumer/
bzip_extent_writer.cc
24
const brillo::Blob::size_type
kOutputBufferLength
= 16 * 1024;
41
brillo::Blob output_buffer(
kOutputBufferLength
);
xz_extent_writer.cc
24
const brillo::Blob::size_type
kOutputBufferLength
= 16 * 1024;
81
brillo::Blob output_buffer(
kOutputBufferLength
);
Completed in 392 milliseconds