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