Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dutility.h48 void EmplaceBack(Args&&... args) { in EmplaceBack() function
Dsnapshot.cpp2045 created_devices.EmplaceBack<AutoUnmapDevice>(&dm, params.GetDeviceName()); in MapPartitionWithSnapshot()
2101 created_devices.EmplaceBack<AutoUnmapDevice>(&dm, source_device); in MapPartitionWithSnapshot()
2125 created_devices.EmplaceBack<AutoUnmapDevice>(&dm, name); in MapPartitionWithSnapshot()
2203 created_devices->EmplaceBack<AutoUnmapImage>(images_.get(), cow_image_name); in MapCowDevices()
2247 created_devices->EmplaceBack<AutoUnmapDevice>(&dm, *cow_name); in MapCowDevices()
2964 created_devices->EmplaceBack<AutoDeleteSnapshot>(this, lock, target_partition->name()); in CreateUpdateSnapshotsInternal()