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.cc330 target_path_.clear(); in CloseCurrentPartition()
354 target_path_ = install_plan_->partitions[current_partition_].target_path; in OpenCurrentPartition()
356 target_fd_ = OpenFile(target_path_.c_str(), O_RDWR, &err); in OpenCurrentPartition()
361 << ", file " << target_path_; in OpenCurrentPartition()
1187 TEST_AND_RETURN_FALSE(bsdiff::bspatch(target_path_.c_str(), in PerformBsdiffOperation()
1188 target_path_.c_str(), in PerformBsdiffOperation()
1257 target_path_.c_str(), in PerformSourceBsdiffOperation()
Ddelta_performer.h318 std::string target_path_; variable