Home
last modified time | relevance | path

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

/aosp12/bootable/recovery/install/include/install/
H A Dsnapshot_utils.h21 bool FinishPendingSnapshotMerges(Device* device);
/aosp12/bootable/recovery/install/
H A Dsnapshot_utils.cpp29 bool FinishPendingSnapshotMerges(Device* device) { in FinishPendingSnapshotMerges() function
H A Dwipe_data.cpp111 if (!FinishPendingSnapshotMerges(device)) { in WipeData()