Home
last modified time | relevance | path

Searched refs:scratch_space_ (Results 1 – 4 of 4) sorted by relevance

/system/nvram/messages/
Dio.cpp209 : OutputStreamBuffer(scratch_space_, kScratchSpaceSize) {} in CountingOutputStreamBuffer()
212 bytes_written_ += pos_ - scratch_space_; in Advance()
213 pos_ = scratch_space_; in Advance()
214 end_ = scratch_space_ + kScratchSpaceSize; in Advance()
218 uint8_t CountingOutputStreamBuffer::scratch_space_[kScratchSpaceSize]; member in nvram::CountingOutputStreamBuffer
/system/nvram/messages/include/nvram/messages/
Dio.h172 return bytes_written_ + (pos_ - scratch_space_); in bytes_written()
190 static uint8_t scratch_space_[kScratchSpaceSize]; variable
/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/
Dsnapuserd_core.cpp96 if (scratch_space_) { in CommitMerge()
258 scratch_space_ = true; in MmapMetadata()
261 if (scratch_space_) { in MmapMetadata()
Dsnapuserd_core.h244 bool scratch_space_ = false; variable