Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp1709 if (should_unmap && !UnmapPartitionWithSnapshot(lock, name)) { in RemoveAllSnapshots()
2151 bool SnapshotManager::UnmapPartitionWithSnapshot(LockedFile* lock, in UnmapPartitionWithSnapshot() function in android::snapshot::SnapshotManager
2334 if (!UnmapPartitionWithSnapshot(lock.get(), snapshot)) { in MapAllSnapshots()
2371 if (!UnmapPartitionWithSnapshot(lock, snapshot)) { in UnmapAllSnapshots()
3026 if (!UnmapPartitionWithSnapshot(lock, target_partition->name())) { in InitializeUpdateSnapshots()
3082 if (!UnmapPartitionWithSnapshot(lock.get(), params.GetPartitionName())) { in MapUpdateSnapshot()
3124 if (!UnmapPartitionWithSnapshot(lock.get(), params.GetPartitionName())) { in OpenSnapshotWriter()
3234 return UnmapPartitionWithSnapshot(lock.get(), target_partition_name); in UnmapUpdateSnapshot()
3253 ok &= UnmapPartitionWithSnapshot(lock.get(), partition_name); in UnmapAllPartitionsInRecovery()
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot.h678 bool UnmapPartitionWithSnapshot(LockedFile* lock, const std::string& target_partition_name);