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

  /system/update_engine/payload_consumer/
delta_performer.h 317 std::string source_path_; member in class:chromeos_update_engine::DeltaPerformer
delta_performer.cc 279 source_path_.clear();
300 source_path_ = install_plan_->partitions[current_partition_].source_path;
302 source_fd_ = OpenFile(source_path_.c_str(), O_RDONLY, &err);
307 << ", file " << source_path_;
    [all...]

Completed in 47 milliseconds