Searched refs:source_path_ (Results 1 – 5 of 5) sorted by relevance
55 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()
35 : block_size_(block_size), source_path_(std::move(source_path)) {} in VerifiedSourceFd()47 const std::string source_path_; variable
130 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()
92 const std::string source_path_; variable
108 std::string source_path_; variable