Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot.cpp2008 if (should_unmap && !UnmapPartitionWithSnapshot(lock, name)) { in RemoveAllSnapshots()
2533 bool SnapshotManager::UnmapPartitionWithSnapshot(LockedFile* lock, in UnmapPartitionWithSnapshot() function in android::snapshot::SnapshotManager
2754 if (!UnmapPartitionWithSnapshot(lock.get(), snapshot)) { in MapAllSnapshots()
2791 if (!UnmapPartitionWithSnapshot(lock, snapshot)) { in UnmapAllSnapshots()
3523 if (!UnmapPartitionWithSnapshot(lock, target_partition->name())) { in InitializeUpdateSnapshots()
3579 if (!UnmapPartitionWithSnapshot(lock.get(), params.GetPartitionName())) { in MapUpdateSnapshot()
3621 if (!UnmapPartitionWithSnapshot(lock.get(), params.GetPartitionName())) { in OpenSnapshotWriter()
3733 return UnmapPartitionWithSnapshot(lock.get(), target_partition_name); in UnmapUpdateSnapshot()
3752 ok &= UnmapPartitionWithSnapshot(lock.get(), partition_name); in UnmapAllPartitionsInRecovery()
/aosp14/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dsnapshot.h725 bool UnmapPartitionWithSnapshot(LockedFile* lock, const std::string& target_partition_name);