Home
last modified time | relevance | path

Searched refs:src_stream_ (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/payload_consumer/
Dfilesystem_verifier_action.cc114 return src_stream_ != nullptr; in IsCleanupPending()
118 src_stream_.reset(); in Cleanup()
163 src_stream_ = brillo::FileStream::Open( in StartPartitionHashing()
169 if (!src_stream_) { in StartPartitionHashing()
190 bool read_async_ok = src_stream_->ReadAsync( in ScheduleRead()
284 src_stream_->CloseBlocking(nullptr); in FinishPartitionHashing()
Dfilesystem_verifier_action.h106 brillo::StreamPtr src_stream_; variable