HomeSort by relevance Sort by last modified time
    Searched refs:src_stream_ (Results 1 - 2 of 2) sorted by null

  /system/update_engine/payload_consumer/
filesystem_verifier_action.cc 114 return src_stream_ != nullptr;
118 src_stream_.reset();
163 src_stream_ = brillo::FileStream::Open(
169 if (!src_stream_) {
190 bool read_async_ok = src_stream_->ReadAsync(
284 src_stream_->CloseBlocking(nullptr);
filesystem_verifier_action.h 81 // Called from the main loop when a single read from |src_stream_| succeeds or
106 brillo::StreamPtr src_stream_; member in class:chromeos_update_engine::FilesystemVerifierAction

Completed in 60 milliseconds