HomeSort by relevance Sort by last modified time
    Searched refs:target_path_ (Results 1 - 2 of 2) sorted by null

  /system/update_engine/payload_consumer/
delta_performer.h 292 std::string target_path_; member in class:chromeos_update_engine::DeltaPerformer
delta_performer.cc 339 target_path_.clear();
367 target_path_ = install_part.target_path;
374 LOG(INFO) << "Opening " << target_path_ << " partition with"
377 target_fd_ = OpenFile(target_path_.c_str(), flags, true, &err);
382 << ", file " << target_path_;
    [all...]

Completed in 203 milliseconds