Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot.h526 bool UnmapCowDevices(LockedFile* lock, const std::string& name);
/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp529 if (!UnmapCowDevices(lock, name)) { in DeleteSnapshot()
1734 if (!UnmapCowDevices(lock, target_partition_name)) { in UnmapPartitionWithSnapshot()
1822 bool SnapshotManager::UnmapCowDevices(LockedFile* lock, const std::string& name) { in UnmapCowDevices() function in android::snapshot::SnapshotManager