Searched refs:UnmapCowDevices (Results 1 – 2 of 2) sorted by relevance
675 bool UnmapCowDevices(LockedFile* lock, const std::string& name);
603 if (!UnmapCowDevices(lock, name)) { in DeleteSnapshot()2159 if (!UnmapCowDevices(lock, target_partition_name)) { in UnmapPartitionWithSnapshot()2252 bool SnapshotManager::UnmapCowDevices(LockedFile* lock, const std::string& name) { in UnmapCowDevices() function in android::snapshot::SnapshotManager