Searched refs:patchfile (Results 1 – 1 of 1) sorted by relevance
177 for (auto& patchfile : patchfiles_) { in PrepareUpdate() local178 std::string parsing_file = snapshot_dir_path_ + patchfile; in PrepareUpdate()194 auto npos = patchfile.rfind(".patch"); in PrepareUpdate()195 auto partition_name = patchfile.substr(0, npos); in PrepareUpdate()275 for (auto& patchfile : patchfiles_) { in ApplyUpdate() local276 auto npos = patchfile.rfind(".patch"); in ApplyUpdate()277 auto partition_name = patchfile.substr(0, npos) + target_slot; in ApplyUpdate()284 this, cow_path, patchfile)); in ApplyUpdate()341 bool MapSnapshots::CreateSnapshotDevice(std::string& partition_name, std::string& patchfile) { in CreateSnapshotDevice() argument342 std::string parsing_file = snapshot_dir_path_ + patchfile; in CreateSnapshotDevice()[all …]