Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot.cpp1993 bool should_unmap = current_slot != Slot::Target; in RemoveAllSnapshots() local
1995 if (should_unmap && android::base::EndsWith(name, device_->GetSlotSuffix())) { in RemoveAllSnapshots()
2003 should_unmap = false; in RemoveAllSnapshots()
2008 if (should_unmap && !UnmapPartitionWithSnapshot(lock, name)) { in RemoveAllSnapshots()