Home
last modified time | relevance | path

Searched refs:target_path_ (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/payload_consumer/
Ddelta_performer.h356 std::string target_path_; variable
Ddelta_performer.cc308 target_path_.clear(); in CloseCurrentPartition()
341 target_path_ = install_part.target_path; in OpenCurrentPartition()
348 LOG(INFO) << "Opening " << target_path_ << " partition with" in OpenCurrentPartition()
351 target_fd_ = OpenFile(target_path_.c_str(), flags, true, &err); in OpenCurrentPartition()
356 << ", file " << target_path_; in OpenCurrentPartition()