Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Dpartition_writer.cc288 target_path_ = install_part_.target_path; in Init()
295 LOG(INFO) << "Opening " << target_path_ << " partition with" in Init()
298 target_fd_ = OpenFile(target_path_.c_str(), flags, true, &err); in Init()
303 << target_path_; in Init()
640 target_path_.clear(); in Close()
Dpartition_writer.h112 std::string target_path_; variable