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

/system/nvram/messages/
H A Dio.cpp209 : OutputStreamBuffer(scratch_space_, kScratchSpaceSize) {}
212 bytes_written_ += pos_ - scratch_space_;
213 pos_ = scratch_space_;
214 end_ = scratch_space_ + kScratchSpaceSize;
218 uint8_t CountingOutputStreamBuffer::scratch_space_[kScratchSpaceSize];
/system/nvram/messages/include/nvram/messages/
H A Dio.h172 return bytes_written_ + (pos_ - scratch_space_);
190 static uint8_t scratch_space_[kScratchSpaceSize]; member in class:nvram::CountingOutputStreamBuffer

Completed in 144 milliseconds