Searched refs:kScratchSpaceSize (Results 1 - 2 of 2) sorted by relevance

/system/nvram/messages/include/nvram/messages/
H A Dio.h189 static constexpr size_t kScratchSpaceSize = 256; member in class:nvram::CountingOutputStreamBuffer
190 static uint8_t scratch_space_[kScratchSpaceSize];
/system/nvram/messages/
H A Dio.cpp209 : OutputStreamBuffer(scratch_space_, kScratchSpaceSize) {}
214 end_ = scratch_space_ + kScratchSpaceSize;
218 uint8_t CountingOutputStreamBuffer::scratch_space_[kScratchSpaceSize];

Completed in 67 milliseconds