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.cc77 return src_stream_ != nullptr; in IsCleanupPending()
81 src_stream_.reset(); in Cleanup()
117 src_stream_ = brillo::FileStream::Open( in StartPartitionHashing()
123 if (!src_stream_) { in StartPartitionHashing()
144 bool read_async_ok = src_stream_->ReadAsync( in ScheduleRead()
258 src_stream_->CloseBlocking(nullptr); in FinishPartitionHashing()
Dfilesystem_verifier_action.h97 brillo::StreamPtr src_stream_; variable