Home
last modified time | relevance | path

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

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