Home
last modified time | relevance | path

Searched refs:source_path_ (Results 1 – 5 of 5) sorted by relevance

/system/update_engine/payload_consumer/
Dverified_source_fd.cc55 if (!fd->Open(source_path_.c_str(), O_RDONLY, 0)) { in OpenCurrentECCPartition()
56 PLOG(ERROR) << "Unable to open ECC source partition " << source_path_; in OpenCurrentECCPartition()
72 utils::SetBlockDeviceReadOnly(source_path_, false); in WriteBackCorrectedSourceBlocks()
74 utils::SetBlockDeviceReadOnly(source_path_, true); in WriteBackCorrectedSourceBlocks()
77 TEST_AND_RETURN_FALSE_ERRNO(fd->Open(source_path_.c_str(), O_RDWR)); in WriteBackCorrectedSourceBlocks()
162 if (!source_fd_->Open(source_path_.c_str(), O_RDONLY)) { in Open()
163 PLOG(ERROR) << "Failed to open " << source_path_; in Open()
Dverified_source_fd.h35 : block_size_(block_size), source_path_(std::move(source_path)) {} in VerifiedSourceFd()
47 const std::string source_path_; variable
Dpartition_writer.cc130 source_path_.clear(); in OpenSourcePartition()
135 source_path_ = install_part_.source_path; in OpenSourcePartition()
139 << ", file " << source_path_; in OpenSourcePartition()
238 << partition.partition_name() << " @ " << source_path_; in PerformSourceCopyOperation()
273 source_path_.clear(); in Close()
Dvabc_partition_writer.h92 const std::string source_path_; variable
Dpartition_writer.h108 std::string source_path_; variable