Home
last modified time | relevance | path

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

/aosp12/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dsnapshot.h576 MergeFailureCode RewriteSnapshotDeviceTable(const std::string& dm_name);
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dsnapshot.cpp791 if (auto code = RewriteSnapshotDeviceTable(name); code != MergeFailureCode::Ok) { in SwitchSnapshotToMerge()
809 MergeFailureCode SnapshotManager::RewriteSnapshotDeviceTable(const std::string& name) { in RewriteSnapshotDeviceTable() function in android::snapshot::SnapshotManager