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.cc329 target_path_.clear(); in CloseCurrentPartition()
357 target_path_ = install_part.target_path; in OpenCurrentPartition()
359 target_fd_ = OpenFile(target_path_.c_str(), O_RDWR, &err); in OpenCurrentPartition()
364 << ", file " << target_path_; in OpenCurrentPartition()
1195 TEST_AND_RETURN_FALSE(bsdiff::bspatch(target_path_.c_str(), in PerformBsdiffOperation()
1196 target_path_.c_str(), in PerformBsdiffOperation()
1265 target_path_.c_str(), in PerformSourceBsdiffOperation()
Ddelta_performer.h321 std::string target_path_; variable