Searched refs:created_devices (Results 1 – 2 of 2) sorted by relevance
/system/core/fs_mgr/libsnapshot/ |
D | snapshot.cpp | 1666 AutoDeviceList created_devices; in MapPartitionWithSnapshot() local 1678 created_devices.EmplaceBack<AutoUnmapDevice>(&dm, params.GetDeviceName()); in MapPartitionWithSnapshot() 1682 created_devices.Release(); in MapPartitionWithSnapshot() 1700 if (!MapCowDevices(lock, cow_params, *live_snapshot_status, &created_devices, &cow_name)) { in MapPartitionWithSnapshot() 1719 created_devices.Release(); in MapPartitionWithSnapshot() 1752 AutoDeviceList* created_devices, std::string* cow_name) { in MapCowDevices() argument 1773 created_devices->EmplaceBack<AutoUnmapImage>(images_.get(), cow_image_name); in MapCowDevices() 1817 created_devices->EmplaceBack<AutoUnmapDevice>(&dm, *cow_name); in MapCowDevices() 2199 AutoDeviceList created_devices; in CreateUpdateSnapshots() local 2211 auto ret = CreateUpdateSnapshotsInternal(lock.get(), manifest, &cow_creator, &created_devices, in CreateUpdateSnapshots() [all …]
|
/system/core/fs_mgr/libsnapshot/include/libsnapshot/ |
D | snapshot.h | 522 const SnapshotStatus& snapshot_status, AutoDeviceList* created_devices, 542 PartitionCowCreator* cow_creator, AutoDeviceList* created_devices,
|