Searched refs:patchfile (Results 1 – 1 of 1) sorted by relevance
198 for (auto& patchfile : patchfiles_) { in PrepareUpdate() local199 std::string parsing_file = snapshot_dir_path_ + patchfile; in PrepareUpdate()215 auto npos = patchfile.rfind(".patch"); in PrepareUpdate()216 auto partition_name = patchfile.substr(0, npos); in PrepareUpdate()306 for (auto& patchfile : patchfiles_) { in ApplyUpdate() local307 auto npos = patchfile.rfind(".patch"); in ApplyUpdate()308 auto partition_name = patchfile.substr(0, npos) + target_slot; in ApplyUpdate()315 this, cow_path, patchfile)); in ApplyUpdate()378 bool MapSnapshots::CreateSnapshotDevice(std::string& partition_name, std::string& patchfile) { in CreateSnapshotDevice() argument379 std::string parsing_file = snapshot_dir_path_ + patchfile; in CreateSnapshotDevice()[all …]