Home
last modified time | relevance | path

Searched refs:patchfile (Results 1 – 1 of 1) sorted by relevance

/system/core/fs_mgr/libsnapshot/
Dsnapshotctl.cpp177 for (auto& patchfile : patchfiles_) { in PrepareUpdate() local
178 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() local
276 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() argument
342 std::string parsing_file = snapshot_dir_path_ + patchfile; in CreateSnapshotDevice()
[all …]