Home
last modified time | relevance | path

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

/aosp12/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dsnapshot.h688 bool UnmapCowDevices(LockedFile* lock, const std::string& name);
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dsnapshot.cpp613 if (!UnmapCowDevices(lock, name)) { in DeleteSnapshot()
2190 if (!UnmapCowDevices(lock, target_partition_name)) { in UnmapPartitionWithSnapshot()
2283 bool SnapshotManager::UnmapCowDevices(LockedFile* lock, const std::string& name) { in UnmapCowDevices() function in android::snapshot::SnapshotManager