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

  /system/update_engine/payload_consumer/
delta_performer.cc 324 target_path_.clear();
348 target_path_ = install_plan_->partitions[current_partition_].target_path;
350 target_fd_ = OpenFile(target_path_.c_str(), O_RDWR, &err);
355 << ", file " << target_path_;
    [all...]
delta_performer.h 322 std::string target_path_; member in class:chromeos_update_engine::DeltaPerformer

Completed in 360 milliseconds