Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapshotctl.cpp114 bool WriteSnapshotPatch(std::string cow_device, std::string patch);
283 threads_.emplace_back(std::async(std::launch::async, &MapSnapshots::WriteSnapshotPatch, in ApplyUpdate()
395 bool MapSnapshots::WriteSnapshotPatch(std::string cow_device, std::string patch) { in WriteSnapshotPatch() function in android::snapshot::MapSnapshots
448 threads_.emplace_back(std::async(std::launch::async, &MapSnapshots::WriteSnapshotPatch, this, in InitiateThreadedSnapshotWrite()