Home
last modified time | relevance | path

Searched refs:source_device_ (Results 1 – 4 of 4) sorted by relevance

/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
Dsnapshot_reader.cpp32 source_device_(source_device), in CompressedSnapshotReader()
87 if (!source_device_) { in GetSourceFd()
92 source_fd_.reset(open(source_device_->c_str(), O_RDONLY | O_CLOEXEC)); in GetSourceFd()
94 PLOG(ERROR) << "open " << *source_device_; in GetSourceFd()
179 PLOG(ERROR) << "read " << *source_device_; in ReadBlock()
216 PLOG(ERROR) << "read " << *source_device_; in ReadBlock()
Dsnapshot_reader.h55 std::optional<std::string> source_device_; variable
/system/update_engine/payload_consumer/
Dcow_writer_file_descriptor.cc36 source_device_(source_device) { in CowWriterFileDescriptor()
68 cow_reader_ = cow_writer_->OpenFileDescriptor(source_device_); in Read()
Dcow_writer_file_descriptor.h69 std::optional<std::string> source_device_; variable