Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libsnapshot/
H A Dutility.h48 void EmplaceBack(Args&&... args) { in EmplaceBack() function
H A Dsnapshot.cpp2397 created_devices.EmplaceBack<AutoUnmapDevice>(&dm_, params.GetDeviceName()); in MapPartitionWithSnapshot()
2464 created_devices.EmplaceBack<AutoUnmapDevice>(&dm_, source_device); in MapPartitionWithSnapshot()
2491 created_devices.EmplaceBack<AutoUnmapDevice>(&dm_, name); in MapPartitionWithSnapshot()
2583 created_devices->EmplaceBack<AutoUnmapImage>(images_.get(), cow_image_name); in MapCowDevices()
2627 created_devices->EmplaceBack<AutoUnmapDevice>(&dm_, *cow_name); in MapCowDevices()
3461 created_devices->EmplaceBack<AutoDeleteSnapshot>(this, lock, target_partition->name()); in CreateUpdateSnapshotsInternal()