HomeSort by relevance Sort by last modified time
    Searched refs:kScratchSpaceSize (Results 1 - 2 of 2) sorted by null

  /system/nvram/messages/include/nvram/messages/
io.h 189 static constexpr size_t kScratchSpaceSize = 256;
190 static uint8_t scratch_space_[kScratchSpaceSize];
  /system/nvram/messages/
io.cpp 209 : OutputStreamBuffer(scratch_space_, kScratchSpaceSize) {}
214 end_ = scratch_space_ + kScratchSpaceSize;
218 uint8_t CountingOutputStreamBuffer::scratch_space_[kScratchSpaceSize];

Completed in 67 milliseconds