Searched refs:src_stream_ (Results 1 – 2 of 2) sorted by relevance
114 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()
106 brillo::StreamPtr src_stream_; variable